Html Css Color HEX #72B8AB Gulf Stream

📋 copy color: '#72B8AB'

red 114 ◦ green 184 ◦ blue 171

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

Shades of Gulf Stream #72B8AB

Tints of Gulf Stream #72B8AB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.23%

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

R = 24.31%
G = 39.23%
B = 36.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#72B8AB (or 0x72B8AB) is known color: Gulf Stream. HEX triplet: 72, B8 and AB. RGB value is (114,184,171). Sum of RGB (Red+Green+Blue) = 114+184+171=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #72B8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B8AB is #8D4754. Grayscale: #A1A1A1. Windows color (decimal): -9258837 or 11253874. OLE color: 11253874.

HSL color Cylindrical-coordinate representation of color #72B8AB: hue angle of 168.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B8AB is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 184 171 -
CMYK 0.38 0 0.07 0.28
HSL 168.86º 0.33% 0.58% -
HSV(B) 168.86º 0.38% 0.72% -
XYZ 31.43 40.8 44.75 -
YUV 161.59 133.31 94.06 -
System Red Green Blue C M Y K H S L
Decimal 114 184 171 0.38 0 0.07 0.28 168.86 0.33 0.58
Hex 72 B8 AB 26 0 7 1C A9 21 3A
Octal 162 270 253 46 0 7 34 251 41 72
Binary 1110010 10111000 10101011 100110 0 111 11100 10101001 100001 111010

Color Harmonies of #72B8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B8AB

Black with #72B8AB

Text Example


Text Example

White with #72B8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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