Html Css Color HEX #70CDCC Downy

📋 copy color: '#70CDCC'

red 112 ◦ green 205 ◦ blue 204

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

Shades of Downy #70CDCC

Tints of Downy #70CDCC

RGB

 RED value IS 112 (44.14% from 255) = 21.5%

 GREEN value IS 205 (80.47% from 255) = 39.35%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 21.5%
G = 39.35%
B = 39.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#70CDCC (or 0x70CDCC) is known color: Downy. HEX triplet: 70, CD and CC. RGB value is (112,205,204). Sum of RGB (Red+Green+Blue) = 112+205+204=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CDCC is #8F3233. Grayscale: #B0B0B0. Windows color (decimal): -9384500 or 13421936. OLE color: 13421936.

HSL color Cylindrical-coordinate representation of color #70CDCC: hue angle of 179.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CDCC is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 205 204 -
CMYK 0.45 0 0.00 0.20
HSL 179.35º 0.48% 0.62% -
HSV(B) 179.35º 0.45% 0.8% -
XYZ 39.41 51.47 64.98 -
YUV 177.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 112 205 204 0.45 0 0.00 0.20 179.35 0.48 0.62
Hex 70 CD CC 2D 0 0 14 B3 30 3E
Octal 160 315 314 55 0 0 24 263 60 76
Binary 1110000 11001101 11001100 101101 0 0 10100 10110011 110000 111110

Color Harmonies of #70CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CDCC

Black with #70CDCC

Text Example


Text Example

White with #70CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70CDCC; }

 p { color: rgb(112,205,204); }

 H1.HeaderClassName
 {
   color: #70CDCC;
 }
 .AnyTagClassName
 {
   color: #70CDCC;
 }
</style>

background-color css

<style>
 a { background-color: #70CDCC; }

 a { background-color: rgb(112,205,204); }

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

border-color css

<style>
 span { border-color: #70CDCC; }

 span { border-color: rgb(112,205,204); }

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