Html Css Color HEX #72B4AB Gulf Stream

📋 copy color: '#72B4AB'

red 114 ◦ green 180 ◦ blue 171

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

Shades of Gulf Stream #72B4AB

Tints of Gulf Stream #72B4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.71%

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

R = 24.52%
G = 38.71%
B = 36.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#72B4AB (or 0x72B4AB) is known color: Gulf Stream. HEX triplet: 72, B4 and AB. RGB value is (114,180,171). Sum of RGB (Red+Green+Blue) = 114+180+171=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #72B4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B4AB is #8D4B54. Grayscale: #9F9F9F. Windows color (decimal): -9259861 or 11252850. OLE color: 11252850.

HSL color Cylindrical-coordinate representation of color #72B4AB: hue angle of 171.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B4AB is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 180 171 -
CMYK 0.37 0 0.05 0.29
HSL 171.82º 0.31% 0.58% -
HSV(B) 171.82º 0.37% 0.71% -
XYZ 30.61 39.16 44.47 -
YUV 159.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 114 180 171 0.37 0 0.05 0.29 171.82 0.31 0.58
Hex 72 B4 AB 25 0 5 1D AC 1F 3A
Octal 162 264 253 45 0 5 35 254 37 72
Binary 1110010 10110100 10101011 100101 0 101 11101 10101100 11111 111010

Color Harmonies of #72B4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B4AB

Black with #72B4AB

Text Example


Text Example

White with #72B4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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