Html Css Color HEX #70D2CC Downy

📋 copy color: '#70D2CC'

red 112 ◦ green 210 ◦ blue 204

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

Shades of Downy #70D2CC

Tints of Downy #70D2CC

RGB

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

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

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

R = 21.29%
G = 39.92%
B = 38.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#70D2CC (or 0x70D2CC) is known color: Downy. HEX triplet: 70, D2 and CC. RGB value is (112,210,204). Sum of RGB (Red+Green+Blue) = 112+210+204=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #70D2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D2CC is #8F2D33. Grayscale: #B3B3B3. Windows color (decimal): -9383220 or 13423216. OLE color: 13423216.

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

Color convert

RGB 112 210 204 -
CMYK 0.47 0 0.03 0.18
HSL 176.33º 0.52% 0.63% -
HSV(B) 176.33º 0.47% 0.82% -
XYZ 40.63 53.9 65.39 -
YUV 180.01 141.53 79.49 -
System Red Green Blue C M Y K H S L
Decimal 112 210 204 0.47 0 0.03 0.18 176.33 0.52 0.63
Hex 70 D2 CC 2F 0 3 12 B0 34 3F
Octal 160 322 314 57 0 3 22 260 64 77
Binary 1110000 11010010 11001100 101111 0 11 10010 10110000 110100 111111

Color Harmonies of #70D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D2CC

Black with #70D2CC

Text Example


Text Example

White with #70D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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