#72CDCF

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

Shades of Spray #72CDCF

Tints of Spray #72CDCF

Color information

#72CDCF (or 0x72CDCF) is unknown color: approx Spray. HEX triplet: 72, CD and CF. RGB value is (114,205,207). Sum of RGB (Red+Green+Blue) = 114+205+207=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #72CDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDCF is #8D3230. Grayscale: #B1B1B1. Windows color (decimal): -9253425 or 13618546. OLE color: 13618546.

HSL color Cylindrical-coordinate representation of color #72CDCF: hue angle of 181.29º degrees, saturation: 0.49, 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 #72CDCF is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114205207-
CMYK0.450.0100.19
HSL181.29º49.21%62.94%-
HSV(B)181.29º44.93%81.18%-
XYZ40.0351.7566.91-
YUV178.02144.3582.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.67%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=21.67%
G=38.97%
B=39.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1142052070.450.0100.19181.2949.2162.94
Hex72CDCF2D1013b5313f
Octal1623153175510232656177
Binary11100101100110111001111101101101001110110101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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