Html Css Color HEX #72BBAB Gulf Stream

📋 copy color: '#72BBAB'

red 114 ◦ green 187 ◦ blue 171

#72BBAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #72BBAB

Tints of Gulf Stream #72BBAB

RGB

 RED value IS 114 (44.92% from 255) = 24.15%

 GREEN value IS 187 (73.44% from 255) = 39.62%

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 24.15%
G = 39.62%
B = 36.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#72BBAB (or 0x72BBAB) is known color: Gulf Stream. HEX triplet: 72, BB and AB. RGB value is (114,187,171). Sum of RGB (Red+Green+Blue) = 114+187+171=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #72BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BBAB is #8D4454. Grayscale: #A3A3A3. Windows color (decimal): -9258069 or 11254642. OLE color: 11254642.

HSL color Cylindrical-coordinate representation of color #72BBAB: hue angle of 166.85º 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 #72BBAB is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 187 171 -
CMYK 0.39 0 0.09 0.27
HSL 166.85º 0.35% 0.59% -
HSV(B) 166.85º 0.39% 0.73% -
XYZ 32.06 42.06 44.96 -
YUV 163.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 114 187 171 0.39 0 0.09 0.27 166.85 0.35 0.59
Hex 72 BB AB 27 0 9 1B A7 23 3B
Octal 162 273 253 47 0 11 33 247 43 73
Binary 1110010 10111011 10101011 100111 0 1001 11011 10100111 100011 111011

Color Harmonies of #72BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BBAB

Black with #72BBAB

Text Example


Text Example

White with #72BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72BBAB;
 }
 .AnyTagClassName
 {
   color: #72BBAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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