#70CCB7

Color #70CCB7 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #70CCB7

Tints of Downy #70CCB7

Color information

#70CCB7 (or 0x70CCB7) is unknown color: approx Downy. HEX triplet: 70, CC and B7. RGB value is (112,204,183). Sum of RGB (Red+Green+Blue) = 112+204+183=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCB7 is #8F3348. Grayscale: #AEAEAE. Windows color (decimal): -9384777 or 12045424. OLE color: 12045424.

HSL color Cylindrical-coordinate representation of color #70CCB7: hue angle of 166.3º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CCB7 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB112204183-
CMYK0.4500.100.2
HSL166.3º47.42%61.96%-
HSV(B)166.3º45.1%80%-
XYZ36.8250.0552.52-
YUV174.1133.0283.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.44%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 183 (71.88% from 255) = 36.67%
R=22.44%
G=40.88%
B=36.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1122041830.4500.100.2166.347.4261.96
Hex70CCB72D0A14a62f3e
Octal16031426755012242465776
Binary11100001100110010110111101101010101010010100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,204,183); }

 H1.HeaderClassName
 {
   color: #70CCB7;
 }
 .AnyTagClassName
 {
   color: #70CCB7;
 }
</style>
background-color css

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

 a { background-color: rgb(112,204,183); }

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

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

 span { border-color: rgb(112,204,183); }

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