Html Css Color HEX #70CEC8 Downy

📋 copy color: '#70CEC8'

red 112 ◦ green 206 ◦ blue 200

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

Shades of Downy #70CEC8

Tints of Downy #70CEC8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.77%

 BLUE value IS 200 (78.52% from 255) = 38.61%

R = 21.62%
G = 39.77%
B = 38.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#70CEC8 (or 0x70CEC8) is known color: Downy. HEX triplet: 70, CE and C8. RGB value is (112,206,200). Sum of RGB (Red+Green+Blue) = 112+206+200=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEC8 is #8F3137. Grayscale: #B1B1B1. Windows color (decimal): -9384248 or 13160048. OLE color: 13160048.

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

Color convert

RGB 112 206 200 -
CMYK 0.46 0 0.03 0.19
HSL 176.17º 0.49% 0.62% -
HSV(B) 176.17º 0.46% 0.81% -
XYZ 39.18 51.76 62.57 -
YUV 177.21 140.86 81.49 -
System Red Green Blue C M Y K H S L
Decimal 112 206 200 0.46 0 0.03 0.19 176.17 0.49 0.62
Hex 70 CE C8 2E 0 3 13 B0 31 3E
Octal 160 316 310 56 0 3 23 260 61 76
Binary 1110000 11001110 11001000 101110 0 11 10011 10110000 110001 111110

Color Harmonies of #70CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEC8

Black with #70CEC8

Text Example


Text Example

White with #70CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,206,200); }

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

background-color css

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

 a { background-color: rgb(112,206,200); }

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

border-color css

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

 span { border-color: rgb(112,206,200); }

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