Html Css Color HEX #72D2C2 Downy

📋 copy color: '#72D2C2'

red 114 ◦ green 210 ◦ blue 194

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

Shades of Downy #72D2C2

Tints of Downy #72D2C2

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.54%

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 22.01%
G = 40.54%
B = 37.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#72D2C2 (or 0x72D2C2) is known color: Downy. HEX triplet: 72, D2 and C2. RGB value is (114,210,194). Sum of RGB (Red+Green+Blue) = 114+210+194=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #72D2C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D2C2 is #8D2D3D. Grayscale: #B3B3B3. Windows color (decimal): -9252158 or 12767858. OLE color: 12767858.

HSL color Cylindrical-coordinate representation of color #72D2C2: hue angle of 170º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D2C2 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 210 194 -
CMYK 0.46 0 0.08 0.18
HSL 170º 0.52% 0.64% -
HSV(B) 170º 0.46% 0.82% -
XYZ 39.72 53.57 59.28 -
YUV 179.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 114 210 194 0.46 0 0.08 0.18 170 0.52 0.64
Hex 72 D2 C2 2E 0 8 12 AA 34 40
Octal 162 322 302 56 0 10 22 252 64 100
Binary 1110010 11010010 11000010 101110 0 1000 10010 10101010 110100 1000000

Color Harmonies of #72D2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D2C2

Black with #72D2C2

Text Example


Text Example

White with #72D2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,210,194); }

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

background-color css

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

 a { background-color: rgb(114,210,194); }

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

border-color css

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

 span { border-color: rgb(114,210,194); }

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