Html Css Color HEX #72D2DC Spray

📋 copy color: '#72D2DC'

red 114 ◦ green 210 ◦ blue 220

#72D2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #72D2DC

Tints of Spray #72D2DC

RGB

 RED value IS 114 (44.92% from 255) = 20.96%

 GREEN value IS 210 (82.42% from 255) = 38.6%

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 20.96%
G = 38.6%
B = 40.44%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72D2DC (or 0x72D2DC) is known color: Spray. HEX triplet: 72, D2 and DC. RGB value is (114,210,220). Sum of RGB (Red+Green+Blue) = 114+210+220=544 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.96% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #72D2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D2DC is #8D2D23. Grayscale: #B6B6B6. Windows color (decimal): -9252132 or 14471794. OLE color: 14471794.

HSL color Cylindrical-coordinate representation of color #72D2DC: hue angle of 185.66º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72D2DC is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 210 220 -
CMYK 0.48 0.05 0 0.14
HSL 185.66º 0.6% 0.65% -
HSV(B) 185.66º 0.48% 0.86% -
XYZ 42.9 54.84 76.03 -
YUV 182.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 114 210 220 0.48 0.05 0 0.14 185.66 0.6 0.65
Hex 72 D2 DC 30 5 0 E BA 3C 41
Octal 162 322 334 60 5 0 16 272 74 101
Binary 1110010 11010010 11011100 110000 101 0 1110 10111010 111100 1000001

Color Harmonies of #72D2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D2DC

Black with #72D2DC

Text Example


Text Example

White with #72D2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,210,220); }

 H1.HeaderClassName
 {
   color: #72D2DC;
 }
 .AnyTagClassName
 {
   color: #72D2DC;
 }
</style>

background-color css

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

 a { background-color: rgb(114,210,220); }

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

border-color css

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

 span { border-color: rgb(114,210,220); }

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