Html Css Color HEX #72CEC0 Downy

📋 copy color: '#72CEC0'

red 114 ◦ green 206 ◦ blue 192

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

Shades of Downy #72CEC0

Tints of Downy #72CEC0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.23%

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 22.27%
G = 40.23%
B = 37.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#72CEC0 (or 0x72CEC0) is known color: Downy. HEX triplet: 72, CE and C0. RGB value is (114,206,192). Sum of RGB (Red+Green+Blue) = 114+206+192=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CEC0 is #8D313F. Grayscale: #B0B0B0. Windows color (decimal): -9253184 or 12635762. OLE color: 12635762.

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

Color convert

RGB 114 206 192 -
CMYK 0.45 0 0.07 0.19
HSL 170.87º 0.48% 0.63% -
HSV(B) 170.87º 0.45% 0.81% -
XYZ 38.53 51.53 57.78 -
YUV 176.9 136.52 83.14 -
System Red Green Blue C M Y K H S L
Decimal 114 206 192 0.45 0 0.07 0.19 170.87 0.48 0.63
Hex 72 CE C0 2D 0 7 13 AB 30 3F
Octal 162 316 300 55 0 7 23 253 60 77
Binary 1110010 11001110 11000000 101101 0 111 10011 10101011 110000 111111

Color Harmonies of #72CEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CEC0

Black with #72CEC0

Text Example


Text Example

White with #72CEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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