Html Css Color HEX #72BCAA Gulf Stream

📋 copy color: '#72BCAA'

red 114 ◦ green 188 ◦ blue 170

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

Shades of Gulf Stream #72BCAA

Tints of Gulf Stream #72BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.83%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 24.15%
G = 39.83%
B = 36.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#72BCAA (or 0x72BCAA) is known color: Gulf Stream. HEX triplet: 72, BC and AA. RGB value is (114,188,170). Sum of RGB (Red+Green+Blue) = 114+188+170=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #72BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BCAA is #8D4355. Grayscale: #A3A3A3. Windows color (decimal): -9257814 or 11189362. OLE color: 11189362.

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

Color convert

RGB 114 188 170 -
CMYK 0.39 0 0.10 0.26
HSL 165.41º 0.36% 0.59% -
HSV(B) 165.41º 0.39% 0.74% -
XYZ 32.18 42.45 44.53 -
YUV 163.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 114 188 170 0.39 0 0.10 0.26 165.41 0.36 0.59
Hex 72 BC AA 27 0 A 1A A5 24 3B
Octal 162 274 252 47 0 12 32 245 44 73
Binary 1110010 10111100 10101010 100111 0 1010 11010 10100101 100100 111011

Color Harmonies of #72BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BCAA

Black with #72BCAA

Text Example


Text Example

White with #72BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,188,170); }

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

background-color css

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

 a { background-color: rgb(114,188,170); }

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

border-color css

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

 span { border-color: rgb(114,188,170); }

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