#72BEA9

Color #72BEA9 Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #72BEA9

Tints of Gulf Stream #72BEA9

Color information

#72BEA9 (or 0x72BEA9) is unknown color: approx Gulf Stream. HEX triplet: 72, BE and A9. RGB value is (114,190,169). Sum of RGB (Red+Green+Blue) = 114+190+169=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #72BEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BEA9 is #8D4156. Grayscale: #A4A4A4. Windows color (decimal): -9257303 or 11124338. OLE color: 11124338.

HSL color Cylindrical-coordinate representation of color #72BEA9: hue angle of 163.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BEA9 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB114190169-
CMYK0.4000.110.25
HSL163.42º36.89%59.61%-
HSV(B)163.42º40%74.51%-
XYZ32.5143.2744.17-
YUV164.88130.3291.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 24.10%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=24.10%
G=40.17%
B=35.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141901690.4000.110.25163.4236.8959.61
Hex72BEA9280B19a3253c
Octal16227625150013312434574
Binary11100101011111010101001101000010111100110100011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72BEA9; }

 p { color: rgb(114,190,169); }

 H1.HeaderClassName
 {
   color: #72BEA9;
 }
 .AnyTagClassName
 {
   color: #72BEA9;
 }
</style>
background-color css

<style>
 a { background-color: #72BEA9; }

 a { background-color: rgb(114,190,169); }

 div.DivClassName
 {
   background-color: #72BEA9;
 }
 .BgClassName
 {
   background-color: #72BEA9;
 }
</style>
border-color css

<style>
 span { border-color: #72BEA9; }

 span { border-color: rgb(114,190,169); }

 td.TdClassName
 {
   border-color: #72BEA9;
 }
 .TagClassName
 {
   border-color: #72BEA9;
 }
</style>