#72c6d0

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

Shades of Spray #72C6D0

Tints of Spray #72C6D0

Color information

#72C6D0 (or 0x72C6D0) is unknown color: approx Spray. HEX triplet: 72, C6 and D0. RGB value is (114,198,208). Sum of RGB (Red+Green+Blue) = 114+198+208=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #72C6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C6D0 is #8D392F. Grayscale: #ADADAD. Windows color (decimal): -9255216 or 13682290. OLE color: 13682290.

HSL color Cylindrical-coordinate representation of color #72C6D0: hue angle of 186.38º 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 #72C6D0 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114198208-
CMYK0.450.0500.18
HSL186.38º50%63.14%-
HSV(B)186.38º45.19%81.57%-
XYZ38.5248.5267.01-
YUV174.02147.1785.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.92%
GREEN value IS 198 (77.73% from 255) = 38.08%
BLUE value IS 208 (81.64% from 255) = 40%
R=21.92%
G=38.08%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141982080.450.0500.18186.385063.14
Hex72C6D02D5012ba323f
Octal1623063205550222726277
Binary1110010110001101101000010110110101001010111010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72c6d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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