#72BBAD

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

Shades of Gulf Stream #72BBAD

Tints of Gulf Stream #72BBAD

Color information

#72BBAD (or 0x72BBAD) is unknown color: approx Gulf Stream. HEX triplet: 72, BB and AD. RGB value is (114,187,173). Sum of RGB (Red+Green+Blue) = 114+187+173=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #72BBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BBAD is #8D4452. Grayscale: #A3A3A3. Windows color (decimal): -9258067 or 11385714. OLE color: 11385714.

HSL color Cylindrical-coordinate representation of color #72BBAD: hue angle of 168.49º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BBAD is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB114187173-
CMYK0.3900.070.27
HSL168.49º34.93%59.02%-
HSV(B)168.49º39.04%73.33%-
XYZ32.2542.1445.97-
YUV163.58133.3292.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.05%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=24.05%
G=39.45%
B=36.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141871730.3900.070.27168.4934.9359.02
Hex72BBAD27071Ba8233b
Octal1622732554707332504373
Binary1110010101110111010110110011101111101110101000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,187,173); }

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

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

 a { background-color: rgb(114,187,173); }

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

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

 span { border-color: rgb(114,187,173); }

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