Html Css Color HEX #72B39F Gulf Stream

📋 copy color: '#72B39F'

red 114 ◦ green 179 ◦ blue 159

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

Shades of Gulf Stream #72B39F

Tints of Gulf Stream #72B39F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

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

R = 25.22%
G = 39.6%
B = 35.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#72B39F (or 0x72B39F) is known color: Gulf Stream. HEX triplet: 72, B3 and 9F. RGB value is (114,179,159). Sum of RGB (Red+Green+Blue) = 114+179+159=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #72B39F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B39F is #8D4C60. Grayscale: #9D9D9D. Windows color (decimal): -9260129 or 10466162. OLE color: 10466162.

HSL color Cylindrical-coordinate representation of color #72B39F: hue angle of 161.54º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B39F is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 179 159 -
CMYK 0.36 0 0.11 0.30
HSL 161.54º 0.3% 0.57% -
HSV(B) 161.54º 0.36% 0.7% -
XYZ 29.32 38.32 38.65 -
YUV 157.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 114 179 159 0.36 0 0.11 0.30 161.54 0.3 0.57
Hex 72 B3 9F 24 0 B 1E A2 1E 39
Octal 162 263 237 44 0 13 36 242 36 71
Binary 1110010 10110011 10011111 100100 0 1011 11110 10100010 11110 111001

Color Harmonies of #72B39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B39F

Black with #72B39F

Text Example


Text Example

White with #72B39F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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