Html Css Color HEX #72D4C5 Downy

📋 copy color: '#72D4C5'

red 114 ◦ green 212 ◦ blue 197

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

Shades of Downy #72D4C5

Tints of Downy #72D4C5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.54%

 BLUE value IS 197 (77.34% from 255) = 37.67%

R = 21.8%
G = 40.54%
B = 37.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#72D4C5 (or 0x72D4C5) is known color: Downy. HEX triplet: 72, D4 and C5. RGB value is (114,212,197). Sum of RGB (Red+Green+Blue) = 114+212+197=523 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.80% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #72D4C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D4C5 is #8D2B3A. Grayscale: #B4B4B4. Windows color (decimal): -9251643 or 12964978. OLE color: 12964978.

HSL color Cylindrical-coordinate representation of color #72D4C5: hue angle of 170.82º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D4C5 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 212 197 -
CMYK 0.46 0 0.07 0.17
HSL 170.82º 0.53% 0.64% -
HSV(B) 170.82º 0.46% 0.83% -
XYZ 40.56 54.7 61.24 -
YUV 180.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 114 212 197 0.46 0 0.07 0.17 170.82 0.53 0.64
Hex 72 D4 C5 2E 0 7 11 AB 35 40
Octal 162 324 305 56 0 7 21 253 65 100
Binary 1110010 11010100 11000101 101110 0 111 10001 10101011 110101 1000000

Color Harmonies of #72D4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D4C5

Black with #72D4C5

Text Example


Text Example

White with #72D4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,212,197); }

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

background-color css

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

 a { background-color: rgb(114,212,197); }

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

border-color css

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

 span { border-color: rgb(114,212,197); }

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