#70CCBE

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

Shades of Downy #70CCBE

Tints of Downy #70CCBE

Color information

#70CCBE (or 0x70CCBE) is unknown color: approx Downy. HEX triplet: 70, CC and BE. RGB value is (112,204,190). Sum of RGB (Red+Green+Blue) = 112+204+190=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCBE is #8F3341. Grayscale: #AEAEAE. Windows color (decimal): -9384770 or 12504176. OLE color: 12504176.

HSL color Cylindrical-coordinate representation of color #70CCBE: hue angle of 170.87º 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 #70CCBE is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB112204190-
CMYK0.4500.070.2
HSL170.87º47.42%61.96%-
HSV(B)170.87º45.1%80%-
XYZ37.5750.3556.45-
YUV174.9136.5283.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.13%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=22.13%
G=40.32%
B=37.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1122041900.4500.070.2170.8747.4261.96
Hex70CCBE2D0714ab2f3e
Octal1603142765507242535776
Binary1110000110011001011111010110101111010010101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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