Html Css Color HEX #72B9AE Gulf Stream

📋 copy color: '#72B9AE'

red 114 ◦ green 185 ◦ blue 174

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

Shades of Gulf Stream #72B9AE

Tints of Gulf Stream #72B9AE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.11%

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

R = 24.1%
G = 39.11%
B = 36.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#72B9AE (or 0x72B9AE) is known color: Gulf Stream. HEX triplet: 72, B9 and AE. RGB value is (114,185,174). Sum of RGB (Red+Green+Blue) = 114+185+174=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #72B9AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B9AE is #8D4651. Grayscale: #A2A2A2. Windows color (decimal): -9258578 or 11450738. OLE color: 11450738.

HSL color Cylindrical-coordinate representation of color #72B9AE: hue angle of 170.7º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B9AE is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 185 174 -
CMYK 0.38 0 0.06 0.27
HSL 170.7º 0.34% 0.59% -
HSV(B) 170.7º 0.38% 0.73% -
XYZ 31.93 41.33 46.34 -
YUV 162.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 114 185 174 0.38 0 0.06 0.27 170.7 0.34 0.59
Hex 72 B9 AE 26 0 6 1B AB 22 3B
Octal 162 271 256 46 0 6 33 253 42 73
Binary 1110010 10111001 10101110 100110 0 110 11011 10101011 100010 111011

Color Harmonies of #72B9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B9AE

Black with #72B9AE

Text Example


Text Example

White with #72B9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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