Html Css Color HEX #70CFC0 Downy

📋 copy color: '#70CFC0'

red 112 ◦ green 207 ◦ blue 192

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

Shades of Downy #70CFC0

Tints of Downy #70CFC0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.51%

 BLUE value IS 192 (75.39% from 255) = 37.57%

R = 21.92%
G = 40.51%
B = 37.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#70CFC0 (or 0x70CFC0) is known color: Downy. HEX triplet: 70, CF and C0. RGB value is (112,207,192). Sum of RGB (Red+Green+Blue) = 112+207+192=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFC0 is #8F303F. Grayscale: #B0B0B0. Windows color (decimal): -9384000 or 12636016. OLE color: 12636016.

HSL color Cylindrical-coordinate representation of color #70CFC0: hue angle of 170.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CFC0 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 192 -
CMYK 0.46 0 0.07 0.19
HSL 170.53º 0.5% 0.63% -
HSV(B) 170.53º 0.46% 0.81% -
XYZ 38.51 51.88 57.85 -
YUV 176.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 112 207 192 0.46 0 0.07 0.19 170.53 0.5 0.63
Hex 70 CF C0 2E 0 7 13 AB 32 3F
Octal 160 317 300 56 0 7 23 253 62 77
Binary 1110000 11001111 11000000 101110 0 111 10011 10101011 110010 111111

Color Harmonies of #70CFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFC0

Black with #70CFC0

Text Example


Text Example

White with #70CFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,207,192); }

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

background-color css

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

 a { background-color: rgb(112,207,192); }

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

border-color css

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

 span { border-color: rgb(112,207,192); }

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