Html Css Color HEX #72AA9E Gulf Stream

📋 copy color: '#72AA9E'

red 114 ◦ green 170 ◦ blue 158

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

Shades of Gulf Stream #72AA9E

Tints of Gulf Stream #72AA9E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.46%

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 25.79%
G = 38.46%
B = 35.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#72AA9E (or 0x72AA9E) is known color: Gulf Stream. HEX triplet: 72, AA and 9E. RGB value is (114,170,158). Sum of RGB (Red+Green+Blue) = 114+170+158=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AA9E is #8D5561. Grayscale: #979797. Windows color (decimal): -9262434 or 10398322. OLE color: 10398322.

HSL color Cylindrical-coordinate representation of color #72AA9E: hue angle of 167.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AA9E is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 170 158 -
CMYK 0.33 0 0.07 0.33
HSL 167.14º 0.25% 0.56% -
HSV(B) 167.14º 0.33% 0.67% -
XYZ 27.49 34.8 37.62 -
YUV 151.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 114 170 158 0.33 0 0.07 0.33 167.14 0.25 0.56
Hex 72 AA 9E 21 0 7 21 A7 19 38
Octal 162 252 236 41 0 7 41 247 31 70
Binary 1110010 10101010 10011110 100001 0 111 100001 10100111 11001 111000

Color Harmonies of #72AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AA9E

Black with #72AA9E

Text Example


Text Example

White with #72AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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