Html Css Color HEX #70DBBB Downy

📋 copy color: '#70DBBB'

red 112 ◦ green 219 ◦ blue 187

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

Shades of Downy #70DBBB

Tints of Downy #70DBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 21.62%
G = 42.28%
B = 36.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#70DBBB (or 0x70DBBB) is known color: Downy. HEX triplet: 70, DB and BB. RGB value is (112,219,187). Sum of RGB (Red+Green+Blue) = 112+219+187=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBBB is #8F2444. Grayscale: #B7B7B7. Windows color (decimal): -9380933 or 12311408. OLE color: 12311408.

HSL color Cylindrical-coordinate representation of color #70DBBB: hue angle of 162.06º 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 #70DBBB is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 187 -
CMYK 0.49 0 0.15 0.14
HSL 162.06º 0.6% 0.65% -
HSV(B) 162.06º 0.49% 0.86% -
XYZ 40.98 57.7 55.99 -
YUV 183.36 130.05 77.1 -
System Red Green Blue C M Y K H S L
Decimal 112 219 187 0.49 0 0.15 0.14 162.06 0.6 0.65
Hex 70 DB BB 31 0 F E A2 3C 41
Octal 160 333 273 61 0 17 16 242 74 101
Binary 1110000 11011011 10111011 110001 0 1111 1110 10100010 111100 1000001

Color Harmonies of #70DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBBB

Black with #70DBBB

Text Example


Text Example

White with #70DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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