Html Css Color HEX #72D3C8 Downy

📋 copy color: '#72D3C8'

red 114 ◦ green 211 ◦ blue 200

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

Shades of Downy #72D3C8

Tints of Downy #72D3C8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.19%

 BLUE value IS 200 (78.52% from 255) = 38.1%

R = 21.71%
G = 40.19%
B = 38.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#72D3C8 (or 0x72D3C8) is known color: Downy. HEX triplet: 72, D3 and C8. RGB value is (114,211,200). Sum of RGB (Red+Green+Blue) = 114+211+200=525 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.71% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #72D3C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D3C8 is #8D2C37. Grayscale: #B4B4B4. Windows color (decimal): -9251896 or 13161330. OLE color: 13161330.

HSL color Cylindrical-coordinate representation of color #72D3C8: hue angle of 173.2º degrees, saturation: 0.52, 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 #72D3C8 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 211 200 -
CMYK 0.46 0 0.05 0.17
HSL 173.2º 0.52% 0.64% -
HSV(B) 173.2º 0.46% 0.83% -
XYZ 40.66 54.34 62.99 -
YUV 180.74 138.86 80.39 -
System Red Green Blue C M Y K H S L
Decimal 114 211 200 0.46 0 0.05 0.17 173.2 0.52 0.64
Hex 72 D3 C8 2E 0 5 11 AD 34 40
Octal 162 323 310 56 0 5 21 255 64 100
Binary 1110010 11010011 11001000 101110 0 101 10001 10101101 110100 1000000

Color Harmonies of #72D3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D3C8

Black with #72D3C8

Text Example


Text Example

White with #72D3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,211,200); }

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

background-color css

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

 a { background-color: rgb(114,211,200); }

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

border-color css

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

 span { border-color: rgb(114,211,200); }

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