Html Css Color HEX #72AB9F Gulf Stream

📋 copy color: '#72AB9F'

red 114 ◦ green 171 ◦ blue 159

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

Shades of Gulf Stream #72AB9F

Tints of Gulf Stream #72AB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.51%

 BLUE value IS 159 (62.5% from 255) = 35.81%

R = 25.68%
G = 38.51%
B = 35.81%

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

#72AB9F (or 0x72AB9F) is known color: Gulf Stream. HEX triplet: 72, AB and 9F. RGB value is (114,171,159). Sum of RGB (Red+Green+Blue) = 114+171+159=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AB9F is #8D5460. Grayscale: #989898. Windows color (decimal): -9262177 or 10464114. OLE color: 10464114.

HSL color Cylindrical-coordinate representation of color #72AB9F: hue angle of 167.37º 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 #72AB9F is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 171 159 -
CMYK 0.33 0 0.07 0.33
HSL 167.37º 0.25% 0.56% -
HSV(B) 167.37º 0.33% 0.67% -
XYZ 27.76 35.21 38.13 -
YUV 152.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 114 171 159 0.33 0 0.07 0.33 167.37 0.25 0.56
Hex 72 AB 9F 21 0 7 21 A7 19 38
Octal 162 253 237 41 0 7 41 247 31 70
Binary 1110010 10101011 10011111 100001 0 111 100001 10100111 11001 111000

Color Harmonies of #72AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB9F

Black with #72AB9F

Text Example


Text Example

White with #72AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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