Html Css Color HEX #70CEC7 Downy

📋 copy color: '#70CEC7'

red 112 ◦ green 206 ◦ blue 199

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

Shades of Downy #70CEC7

Tints of Downy #70CEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.49%

R = 21.66%
G = 39.85%
B = 38.49%

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

#70CEC7 (or 0x70CEC7) is known color: Downy. HEX triplet: 70, CE and C7. RGB value is (112,206,199). Sum of RGB (Red+Green+Blue) = 112+206+199=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEC7 is #8F3138. Grayscale: #B1B1B1. Windows color (decimal): -9384249 or 13094512. OLE color: 13094512.

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

Color convert

RGB 112 206 199 -
CMYK 0.46 0 0.03 0.19
HSL 175.53º 0.49% 0.62% -
HSV(B) 175.53º 0.46% 0.81% -
XYZ 39.06 51.71 61.96 -
YUV 177.1 140.36 81.57 -
System Red Green Blue C M Y K H S L
Decimal 112 206 199 0.46 0 0.03 0.19 175.53 0.49 0.62
Hex 70 CE C7 2E 0 3 13 B0 31 3E
Octal 160 316 307 56 0 3 23 260 61 76
Binary 1110000 11001110 11000111 101110 0 11 10011 10110000 110001 111110

Color Harmonies of #70CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEC7

Black with #70CEC7

Text Example


Text Example

White with #70CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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