Html Css Color HEX #70DBBE Downy

📋 copy color: '#70DBBE'

red 112 ◦ green 219 ◦ blue 190

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

Shades of Downy #70DBBE

Tints of Downy #70DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.03%

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 21.5%
G = 42.03%
B = 36.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#70DBBE (or 0x70DBBE) is known color: Downy. HEX triplet: 70, DB and BE. RGB value is (112,219,190). Sum of RGB (Red+Green+Blue) = 112+219+190=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBBE is #8F2441. Grayscale: #B7B7B7. Windows color (decimal): -9380930 or 12508016. OLE color: 12508016.

HSL color Cylindrical-coordinate representation of color #70DBBE: hue angle of 163.74º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DBBE is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 190 -
CMYK 0.49 0 0.13 0.14
HSL 163.74º 0.6% 0.65% -
HSV(B) 163.74º 0.49% 0.86% -
XYZ 41.31 57.83 57.7 -
YUV 183.7 131.55 76.86 -
System Red Green Blue C M Y K H S L
Decimal 112 219 190 0.49 0 0.13 0.14 163.74 0.6 0.65
Hex 70 DB BE 31 0 D E A4 3C 41
Octal 160 333 276 61 0 15 16 244 74 101
Binary 1110000 11011011 10111110 110001 0 1101 1110 10100100 111100 1000001

Color Harmonies of #70DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBBE

Black with #70DBBE

Text Example


Text Example

White with #70DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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