Html Css Color HEX #72CEC3 Downy

📋 copy color: '#72CEC3'

red 114 ◦ green 206 ◦ blue 195

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

Shades of Downy #72CEC3

Tints of Downy #72CEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 22.14%
G = 40%
B = 37.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#72CEC3 (or 0x72CEC3) is known color: Downy. HEX triplet: 72, CE and C3. RGB value is (114,206,195). Sum of RGB (Red+Green+Blue) = 114+206+195=515 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.14% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CEC3 is #8D313C. Grayscale: #B1B1B1. Windows color (decimal): -9253181 or 12832370. OLE color: 12832370.

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

Color convert

RGB 114 206 195 -
CMYK 0.45 0 0.05 0.19
HSL 172.83º 0.48% 0.63% -
HSV(B) 172.83º 0.45% 0.81% -
XYZ 38.86 51.66 59.55 -
YUV 177.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 114 206 195 0.45 0 0.05 0.19 172.83 0.48 0.63
Hex 72 CE C3 2D 0 5 13 AD 30 3F
Octal 162 316 303 55 0 5 23 255 60 77
Binary 1110010 11001110 11000011 101101 0 101 10011 10101101 110000 111111

Color Harmonies of #72CEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CEC3

Black with #72CEC3

Text Example


Text Example

White with #72CEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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