#72CED3

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

Shades of Spray #72CED3

Tints of Spray #72CED3

Color information

#72CED3 (or 0x72CED3) is unknown color: approx Spray. HEX triplet: 72, CE and D3. RGB value is (114,206,211). Sum of RGB (Red+Green+Blue) = 114+206+211=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 211 - color contains mainly: blue. Hex color #72CED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CED3 is #8D312C. Grayscale: #B2B2B2. Windows color (decimal): -9253165 or 13880946. OLE color: 13880946.

HSL color Cylindrical-coordinate representation of color #72CED3: hue angle of 183.09º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72CED3 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB114206211-
CMYK0.460.0200.17
HSL183.09º52.43%63.73%-
HSV(B)183.09º45.97%82.75%-
XYZ40.7752.4269.6-
YUV179.06146.0281.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.47%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 211 (82.81% from 255) = 39.74%
R=21.47%
G=38.79%
B=39.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1142062110.460.0200.17183.0952.4363.73
Hex72CED32E2011b73440
Octal16231632356202126764100
Binary1110010110011101101001110111010010001101101111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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