#72C7CE

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

Shades of Spray #72C7CE

Tints of Spray #72C7CE

Color information

#72C7CE (or 0x72C7CE) is unknown color: approx Spray. HEX triplet: 72, C7 and CE. RGB value is (114,199,206). Sum of RGB (Red+Green+Blue) = 114+199+206=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #72C7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C7CE is #8D3831. Grayscale: #AEAEAE. Windows color (decimal): -9254962 or 13551474. OLE color: 13551474.

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

Color convert

RGB114199206-
CMYK0.450.0300.19
HSL184.57º48.42%62.75%-
HSV(B)184.57º44.66%80.78%-
XYZ38.548.8865.8-
YUV174.38145.8484.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.97%
GREEN value IS 199 (78.12% from 255) = 38.34%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=21.97%
G=38.34%
B=39.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141992060.450.0300.19184.5748.4262.75
Hex72C7CE2D3013b9303f
Octal1623073165530232716077
Binary111001011000111110011101011011101001110111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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