#70CEBE

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

Shades of Downy #70CEBE

Tints of Downy #70CEBE

Color information

#70CEBE (or 0x70CEBE) is unknown color: approx Downy. HEX triplet: 70, CE and BE. RGB value is (112,206,190). Sum of RGB (Red+Green+Blue) = 112+206+190=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEBE is #8F3141. Grayscale: #B0B0B0. Windows color (decimal): -9384258 or 12504688. OLE color: 12504688.

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

Color convert

RGB112206190-
CMYK0.4600.080.19
HSL169.79º48.96%62.35%-
HSV(B)169.79º45.63%80.78%-
XYZ38.0551.3156.61-
YUV176.07135.8682.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.05%
GREEN value IS 206 (80.86% from 255) = 40.55%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=22.05%
G=40.55%
B=37.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122061900.4600.080.19169.7948.9662.35
Hex70CEBE2E0813aa313e
Octal16031627656010232526176
Binary11100001100111010111110101110010001001110101010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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