#72ACA2

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

Shades of Gulf Stream #72ACA2

Tints of Gulf Stream #72ACA2

Color information

#72ACA2 (or 0x72ACA2) is unknown color: approx Gulf Stream. HEX triplet: 72, AC and A2. RGB value is (114,172,162). Sum of RGB (Red+Green+Blue) = 114+172+162=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 172 - color contains mainly: green. Hex color #72ACA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72ACA2 is #8D535D. Grayscale: #999999. Windows color (decimal): -9261918 or 10660978. OLE color: 10660978.

HSL color Cylindrical-coordinate representation of color #72ACA2: hue angle of 169.66º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72ACA2 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB114172162-
CMYK0.3400.060.33
HSL169.66º25.89%56.08%-
HSV(B)169.66º33.72%67.45%-
XYZ28.2135.6939.58-
YUV153.52132.7899.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.45%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 162 (63.67% from 255) = 36.16%
R=25.45%
G=38.39%
B=36.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141721620.3400.060.33169.6625.8956.08
Hex72ACA2220621aa1a38
Octal1622542424206412523270
Binary1110010101011001010001010001001101000011010101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,172,162); }

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

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

 a { background-color: rgb(114,172,162); }

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

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

 span { border-color: rgb(114,172,162); }

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