Html Css Color HEX #72D1CA Downy

📋 copy color: '#72D1CA'

red 114 ◦ green 209 ◦ blue 202

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

Shades of Downy #72D1CA

Tints of Downy #72D1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.81%

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 21.71%
G = 39.81%
B = 38.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#72D1CA (or 0x72D1CA) is known color: Downy. HEX triplet: 72, D1 and CA. RGB value is (114,209,202). Sum of RGB (Red+Green+Blue) = 114+209+202=525 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.71% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #72D1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D1CA is #8D2E35. Grayscale: #B3B3B3. Windows color (decimal): -9252406 or 13291890. OLE color: 13291890.

HSL color Cylindrical-coordinate representation of color #72D1CA: hue angle of 175.58º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D1CA is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 209 202 -
CMYK 0.45 0 0.03 0.18
HSL 175.58º 0.51% 0.63% -
HSV(B) 175.58º 0.45% 0.82% -
XYZ 40.4 53.44 64.06 -
YUV 179.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 114 209 202 0.45 0 0.03 0.18 175.58 0.51 0.63
Hex 72 D1 CA 2D 0 3 12 B0 33 3F
Octal 162 321 312 55 0 3 22 260 63 77
Binary 1110010 11010001 11001010 101101 0 11 10010 10110000 110011 111111

Color Harmonies of #72D1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D1CA

Black with #72D1CA

Text Example


Text Example

White with #72D1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,209,202); }

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

background-color css

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

 a { background-color: rgb(114,209,202); }

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

border-color css

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

 span { border-color: rgb(114,209,202); }

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