Html Css Color HEX #72CFC0 Downy

📋 copy color: '#72CFC0'

red 114 ◦ green 207 ◦ blue 192

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

Shades of Downy #72CFC0

Tints of Downy #72CFC0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.35%

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

R = 22.22%
G = 40.35%
B = 37.43%

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

#72CFC0 (or 0x72CFC0) is known color: Downy. HEX triplet: 72, CF and C0. RGB value is (114,207,192). Sum of RGB (Red+Green+Blue) = 114+207+192=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFC0 is #8D303F. Grayscale: #B1B1B1. Windows color (decimal): -9252928 or 12636018. OLE color: 12636018.

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

Color convert

RGB 114 207 192 -
CMYK 0.45 0 0.07 0.19
HSL 170.32º 0.49% 0.63% -
HSV(B) 170.32º 0.45% 0.81% -
XYZ 38.77 52.01 57.86 -
YUV 177.48 136.19 82.72 -
System Red Green Blue C M Y K H S L
Decimal 114 207 192 0.45 0 0.07 0.19 170.32 0.49 0.63
Hex 72 CF C0 2D 0 7 13 AA 31 3F
Octal 162 317 300 55 0 7 23 252 61 77
Binary 1110010 11001111 11000000 101101 0 111 10011 10101010 110001 111111

Color Harmonies of #72CFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFC0

Black with #72CFC0

Text Example


Text Example

White with #72CFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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