#72BAA4

Color #72BAA4 Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #72BAA4

Tints of Gulf Stream #72BAA4

Color information

#72BAA4 (or 0x72BAA4) is unknown color: approx Gulf Stream. HEX triplet: 72, BA and A4. RGB value is (114,186,164). Sum of RGB (Red+Green+Blue) = 114+186+164=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAA4 is #8D455B. Grayscale: #A1A1A1. Windows color (decimal): -9258332 or 10795634. OLE color: 10795634.

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

Color convert

RGB114186164-
CMYK0.3900.120.27
HSL161.67º34.29%58.82%-
HSV(B)161.67º38.71%72.94%-
XYZ31.241.3841.46-
YUV161.96129.1593.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.57%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=24.57%
G=40.09%
B=35.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861640.3900.120.27161.6734.2958.82
Hex72BAA4270C1Ba2223b
Octal16227224447014332424273
Binary11100101011101010100100100111011001101110100010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,186,164); }

 H1.HeaderClassName
 {
   color: #72BAA4;
 }
 .AnyTagClassName
 {
   color: #72BAA4;
 }
</style>
background-color css

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

 a { background-color: rgb(114,186,164); }

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

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

 span { border-color: rgb(114,186,164); }

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