#72CACE

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

Shades of Spray #72CACE

Tints of Spray #72CACE

Color information

#72CACE (or 0x72CACE) is unknown color: approx Spray. HEX triplet: 72, CA and CE. RGB value is (114,202,206). Sum of RGB (Red+Green+Blue) = 114+202+206=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #72CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CACE is #8D3531. Grayscale: #B0B0B0. Windows color (decimal): -9254194 or 13552242. OLE color: 13552242.

HSL color Cylindrical-coordinate representation of color #72CACE: hue angle of 182.61º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CACE is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114202206-
CMYK0.450.0200.19
HSL182.61º48.42%62.75%-
HSV(B)182.61º44.66%80.78%-
XYZ39.250.2766.03-
YUV176.14144.8583.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.84%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=21.84%
G=38.70%
B=39.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1142022060.450.0200.19182.6148.4262.75
Hex72CACE2D2013b7303f
Octal1623123165520232676077
Binary111001011001010110011101011011001001110110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,202,206); }

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

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

 a { background-color: rgb(114,202,206); }

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

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

 span { border-color: rgb(114,202,206); }

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