#72CDD0

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

Shades of Spray #72CDD0

Tints of Spray #72CDD0

Color information

#72CDD0 (or 0x72CDD0) is unknown color: approx Spray. HEX triplet: 72, CD and D0. RGB value is (114,205,208). Sum of RGB (Red+Green+Blue) = 114+205+208=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #72CDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDD0 is #8D322F. Grayscale: #B2B2B2. Windows color (decimal): -9253424 or 13684082. OLE color: 13684082.

HSL color Cylindrical-coordinate representation of color #72CDD0: hue angle of 181.91º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CDD0 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114205208-
CMYK0.450.0100.18
HSL181.91º50%63.14%-
HSV(B)181.91º45.19%81.57%-
XYZ40.1651.7967.56-
YUV178.13144.8582.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.63%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=21.63%
G=38.90%
B=39.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142052080.450.0100.18181.915063.14
Hex72CDD02D1012b6323f
Octal1623153205510222666277
Binary11100101100110111010000101101101001010110110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,205,208); }

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

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

 a { background-color: rgb(114,205,208); }

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

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

 span { border-color: rgb(114,205,208); }

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