Html Css Color HEX #70CEB5 Downy

📋 copy color: '#70CEB5'

red 112 ◦ green 206 ◦ blue 181

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

Shades of Downy #70CEB5

Tints of Downy #70CEB5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.28%

 BLUE value IS 181 (71.09% from 255) = 36.27%

R = 22.44%
G = 41.28%
B = 36.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#70CEB5 (or 0x70CEB5) is known color: Downy. HEX triplet: 70, CE and B5. RGB value is (112,206,181). Sum of RGB (Red+Green+Blue) = 112+206+181=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEB5 is #8F314A. Grayscale: #AFAFAF. Windows color (decimal): -9384267 or 11914864. OLE color: 11914864.

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

Color convert

RGB 112 206 181 -
CMYK 0.46 0 0.12 0.19
HSL 164.04º 0.49% 0.62% -
HSV(B) 164.04º 0.46% 0.81% -
XYZ 37.09 50.92 51.59 -
YUV 175.04 131.36 83.03 -
System Red Green Blue C M Y K H S L
Decimal 112 206 181 0.46 0 0.12 0.19 164.04 0.49 0.62
Hex 70 CE B5 2E 0 C 13 A4 31 3E
Octal 160 316 265 56 0 14 23 244 61 76
Binary 1110000 11001110 10110101 101110 0 1100 10011 10100100 110001 111110

Color Harmonies of #70CEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEB5

Black with #70CEB5

Text Example


Text Example

White with #70CEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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