#72D3D8

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

Shades of Spray #72D3D8

Tints of Spray #72D3D8

Color information

#72D3D8 (or 0x72D3D8) is unknown color: approx Spray. HEX triplet: 72, D3 and D8. RGB value is (114,211,216). Sum of RGB (Red+Green+Blue) = 114+211+216=541 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.07% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #72D3D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D3D8 is #8D2C27. Grayscale: #B6B6B6. Windows color (decimal): -9251880 or 14209906. OLE color: 14209906.

HSL color Cylindrical-coordinate representation of color #72D3D8: hue angle of 182.94º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D3D8 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB114211216-
CMYK0.470.0200.15
HSL182.94º56.67%64.71%-
HSV(B)182.94º47.22%84.71%-
XYZ42.6355.1273.36-
YUV182.57146.8679.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.07%
GREEN value IS 211 (82.81% from 255) = 39.00%
BLUE value IS 216 (84.77% from 255) = 39.93%
R=21.07%
G=39.00%
B=39.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142112160.470.0200.15182.9456.6764.71
Hex72D3D82F20Fb73941
Octal16232333057201726771101
Binary111001011010011110110001011111001111101101111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,211,216); }

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

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

 a { background-color: rgb(114,211,216); }

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

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

 span { border-color: rgb(114,211,216); }

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