#70C3BD

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

Shades of Downy #70C3BD

Tints of Downy #70C3BD

Color information

#70C3BD (or 0x70C3BD) is unknown color: approx Downy. HEX triplet: 70, C3 and BD. RGB value is (112,195,189). Sum of RGB (Red+Green+Blue) = 112+195+189=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #70C3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C3BD is #8F3C42. Grayscale: #A9A9A9. Windows color (decimal): -9387075 or 12436336. OLE color: 12436336.

HSL color Cylindrical-coordinate representation of color #70C3BD: hue angle of 175.66º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C3BD is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB112195189-
CMYK0.4300.030.24
HSL175.66º40.89%60.2%-
HSV(B)175.66º42.56%76.47%-
XYZ35.3846.1555.19-
YUV169.513986.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.58%
GREEN value IS 195 (76.56% from 255) = 39.31%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=22.58%
G=39.31%
B=38.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121951890.4300.030.24175.6640.8960.2
Hex70C3BD2B0318b0293c
Octal1603032755303302605174
Binary111000011000011101111011010110111100010110000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,195,189); }

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

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

 a { background-color: rgb(112,195,189); }

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

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

 span { border-color: rgb(112,195,189); }

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