Html Css Color HEX #70CEC2 Downy

📋 copy color: '#70CEC2'

red 112 ◦ green 206 ◦ blue 194

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

Shades of Downy #70CEC2

Tints of Downy #70CEC2

RGB

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

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

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

R = 21.88%
G = 40.23%
B = 37.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#70CEC2 (or 0x70CEC2) is known color: Downy. HEX triplet: 70, CE and C2. RGB value is (112,206,194). Sum of RGB (Red+Green+Blue) = 112+206+194=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEC2 is #8F313D. Grayscale: #B0B0B0. Windows color (decimal): -9384254 or 12766832. OLE color: 12766832.

HSL color Cylindrical-coordinate representation of color #70CEC2: hue angle of 172.34º 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 #70CEC2 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 194 -
CMYK 0.46 0 0.06 0.19
HSL 172.34º 0.49% 0.62% -
HSV(B) 172.34º 0.46% 0.81% -
XYZ 38.49 51.48 58.95 -
YUV 176.53 137.86 81.98 -
System Red Green Blue C M Y K H S L
Decimal 112 206 194 0.46 0 0.06 0.19 172.34 0.49 0.62
Hex 70 CE C2 2E 0 6 13 AC 31 3E
Octal 160 316 302 56 0 6 23 254 61 76
Binary 1110000 11001110 11000010 101110 0 110 10011 10101100 110001 111110

Color Harmonies of #70CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEC2

Black with #70CEC2

Text Example


Text Example

White with #70CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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