Html Css Color HEX #72B4AE Gulf Stream

📋 copy color: '#72B4AE'

red 114 ◦ green 180 ◦ blue 174

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

Shades of Gulf Stream #72B4AE

Tints of Gulf Stream #72B4AE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.46%

 BLUE value IS 174 (68.36% from 255) = 37.18%

R = 24.36%
G = 38.46%
B = 37.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#72B4AE (or 0x72B4AE) is known color: Gulf Stream. HEX triplet: 72, B4 and AE. RGB value is (114,180,174). Sum of RGB (Red+Green+Blue) = 114+180+174=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #72B4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B4AE is #8D4B51. Grayscale: #9F9F9F. Windows color (decimal): -9259858 or 11449458. OLE color: 11449458.

HSL color Cylindrical-coordinate representation of color #72B4AE: hue angle of 174.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B4AE is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 180 174 -
CMYK 0.37 0 0.03 0.29
HSL 174.55º 0.31% 0.58% -
HSV(B) 174.55º 0.37% 0.71% -
XYZ 30.9 39.28 46 -
YUV 159.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 114 180 174 0.37 0 0.03 0.29 174.55 0.31 0.58
Hex 72 B4 AE 25 0 3 1D AF 1F 3A
Octal 162 264 256 45 0 3 35 257 37 72
Binary 1110010 10110100 10101110 100101 0 11 11101 10101111 11111 111010

Color Harmonies of #72B4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B4AE

Black with #72B4AE

Text Example


Text Example

White with #72B4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,180,174); }

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

background-color css

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

 a { background-color: rgb(114,180,174); }

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

border-color css

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

 span { border-color: rgb(114,180,174); }

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