Html Css Color HEX #70CFB9 Downy

📋 copy color: '#70CFB9'

red 112 ◦ green 207 ◦ blue 185

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

Shades of Downy #70CFB9

Tints of Downy #70CFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.07%

 BLUE value IS 185 (72.66% from 255) = 36.71%

R = 22.22%
G = 41.07%
B = 36.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#70CFB9 (or 0x70CFB9) is known color: Downy. HEX triplet: 70, CF and B9. RGB value is (112,207,185). Sum of RGB (Red+Green+Blue) = 112+207+185=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFB9 is #8F3046. Grayscale: #B0B0B0. Windows color (decimal): -9384007 or 12177264. OLE color: 12177264.

HSL color Cylindrical-coordinate representation of color #70CFB9: hue angle of 166.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CFB9 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 185 -
CMYK 0.46 0 0.11 0.19
HSL 166.11º 0.5% 0.63% -
HSV(B) 166.11º 0.46% 0.81% -
XYZ 37.75 51.57 53.86 -
YUV 176.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 112 207 185 0.46 0 0.11 0.19 166.11 0.5 0.63
Hex 70 CF B9 2E 0 B 13 A6 32 3F
Octal 160 317 271 56 0 13 23 246 62 77
Binary 1110000 11001111 10111001 101110 0 1011 10011 10100110 110010 111111

Color Harmonies of #70CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFB9

Black with #70CFB9

Text Example


Text Example

White with #70CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,207,185); }

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

background-color css

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

 a { background-color: rgb(112,207,185); }

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

border-color css

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

 span { border-color: rgb(112,207,185); }

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