Html Css Color HEX #70CAB8 Downy

📋 copy color: '#70CAB8'

red 112 ◦ green 202 ◦ blue 184

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

Shades of Downy #70CAB8

Tints of Downy #70CAB8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.56%

 BLUE value IS 184 (72.27% from 255) = 36.95%

R = 22.49%
G = 40.56%
B = 36.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#70CAB8 (or 0x70CAB8) is known color: Downy. HEX triplet: 70, CA and B8. RGB value is (112,202,184). Sum of RGB (Red+Green+Blue) = 112+202+184=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #70CAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CAB8 is #8F3547. Grayscale: #ADADAD. Windows color (decimal): -9385288 or 12110448. OLE color: 12110448.

HSL color Cylindrical-coordinate representation of color #70CAB8: hue angle of 168º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CAB8 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 202 184 -
CMYK 0.45 0 0.09 0.21
HSL 168º 0.46% 0.62% -
HSV(B) 168º 0.45% 0.79% -
XYZ 36.45 49.15 52.91 -
YUV 173.04 134.18 84.46 -
System Red Green Blue C M Y K H S L
Decimal 112 202 184 0.45 0 0.09 0.21 168 0.46 0.62
Hex 70 CA B8 2D 0 9 15 A8 2E 3E
Octal 160 312 270 55 0 11 25 250 56 76
Binary 1110000 11001010 10111000 101101 0 1001 10101 10101000 101110 111110

Color Harmonies of #70CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CAB8

Black with #70CAB8

Text Example


Text Example

White with #70CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,202,184); }

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

background-color css

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

 a { background-color: rgb(112,202,184); }

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

border-color css

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

 span { border-color: rgb(112,202,184); }

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