#72C7CB

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

Shades of Spray #72C7CB

Tints of Spray #72C7CB

Color information

#72C7CB (or 0x72C7CB) is unknown color: approx Spray. HEX triplet: 72, C7 and CB. RGB value is (114,199,203). Sum of RGB (Red+Green+Blue) = 114+199+203=516 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.09% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #72C7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C7CB is #8D3834. Grayscale: #ADADAD. Windows color (decimal): -9254965 or 13354866. OLE color: 13354866.

HSL color Cylindrical-coordinate representation of color #72C7CB: hue angle of 182.7º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72C7CB is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114199203-
CMYK0.440.0200.20
HSL182.7º46.11%62.16%-
HSV(B)182.7º43.84%79.61%-
XYZ38.1448.7463.9-
YUV174.04144.3485.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.09%
GREEN value IS 199 (78.12% from 255) = 38.57%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=22.09%
G=38.57%
B=39.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141992030.440.0200.20182.746.1162.16
Hex72C7CB2C2014b72e3e
Octal1623073135420242675676
Binary111001011000111110010111011001001010010110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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