Html Css Color HEX #72B8AD Gulf Stream

📋 copy color: '#72B8AD'

red 114 ◦ green 184 ◦ blue 173

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

Shades of Gulf Stream #72B8AD

Tints of Gulf Stream #72B8AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 24.2%
G = 39.07%
B = 36.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#72B8AD (or 0x72B8AD) is known color: Gulf Stream. HEX triplet: 72, B8 and AD. RGB value is (114,184,173). Sum of RGB (Red+Green+Blue) = 114+184+173=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #72B8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B8AD is #8D4752. Grayscale: #A1A1A1. Windows color (decimal): -9258835 or 11384946. OLE color: 11384946.

HSL color Cylindrical-coordinate representation of color #72B8AD: hue angle of 170.57º 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 #72B8AD is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 184 173 -
CMYK 0.38 0 0.06 0.28
HSL 170.57º 0.33% 0.58% -
HSV(B) 170.57º 0.38% 0.72% -
XYZ 31.62 40.88 45.76 -
YUV 161.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 114 184 173 0.38 0 0.06 0.28 170.57 0.33 0.58
Hex 72 B8 AD 26 0 6 1C AB 21 3A
Octal 162 270 255 46 0 6 34 253 41 72
Binary 1110010 10111000 10101101 100110 0 110 11100 10101011 100001 111010

Color Harmonies of #72B8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B8AD

Black with #72B8AD

Text Example


Text Example

White with #72B8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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