Html Css Color HEX #70CFCE Downy

📋 copy color: '#70CFCE'

red 112 ◦ green 207 ◦ blue 206

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

Shades of Downy #70CFCE

Tints of Downy #70CFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 21.33%
G = 39.43%
B = 39.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#70CFCE (or 0x70CFCE) is known color: Downy. HEX triplet: 70, CF and CE. RGB value is (112,207,206). Sum of RGB (Red+Green+Blue) = 112+207+206=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFCE is #8F3031. Grayscale: #B2B2B2. Windows color (decimal): -9383986 or 13553520. OLE color: 13553520.

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

Color convert

RGB 112 207 206 -
CMYK 0.46 0 0.00 0.19
HSL 179.37º 0.5% 0.63% -
HSV(B) 179.37º 0.46% 0.81% -
XYZ 40.14 52.53 66.42 -
YUV 178.48 143.53 80.58 -
System Red Green Blue C M Y K H S L
Decimal 112 207 206 0.46 0 0.00 0.19 179.37 0.5 0.63
Hex 70 CF CE 2E 0 0 13 B3 32 3F
Octal 160 317 316 56 0 0 23 263 62 77
Binary 1110000 11001111 11001110 101110 0 0 10011 10110011 110010 111111

Color Harmonies of #70CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFCE

Black with #70CFCE

Text Example


Text Example

White with #70CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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