#72BDAD

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

Shades of Gulf Stream #72BDAD

Tints of Gulf Stream #72BDAD

Color information

#72BDAD (or 0x72BDAD) is unknown color: approx Gulf Stream. HEX triplet: 72, BD and AD. RGB value is (114,189,173). Sum of RGB (Red+Green+Blue) = 114+189+173=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #72BDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BDAD is #8D4252. Grayscale: #A4A4A4. Windows color (decimal): -9257555 or 11386226. OLE color: 11386226.

HSL color Cylindrical-coordinate representation of color #72BDAD: hue angle of 167.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BDAD is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB114189173-
CMYK0.4000.080.26
HSL167.2º36.23%59.41%-
HSV(B)167.2º39.68%74.12%-
XYZ32.6842.9946.11-
YUV164.75132.6591.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.95%
GREEN value IS 189 (74.22% from 255) = 39.71%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=23.95%
G=39.71%
B=36.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141891730.4000.080.26167.236.2359.41
Hex72BDAD28081Aa7243b
Octal16227525550010322474473
Binary11100101011110110101101101000010001101010100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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