Html Css Color HEX #70CFB6 Downy

📋 copy color: '#70CFB6'

red 112 ◦ green 207 ◦ blue 182

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

Shades of Downy #70CFB6

Tints of Downy #70CFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.33%

R = 22.36%
G = 41.32%
B = 36.33%

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

#70CFB6 (or 0x70CFB6) is known color: Downy. HEX triplet: 70, CF and B6. RGB value is (112,207,182). Sum of RGB (Red+Green+Blue) = 112+207+182=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFB6 is #8F3049. Grayscale: #AFAFAF. Windows color (decimal): -9384010 or 11980656. OLE color: 11980656.

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

Color convert

RGB 112 207 182 -
CMYK 0.46 0 0.12 0.19
HSL 164.21º 0.5% 0.63% -
HSV(B) 164.21º 0.46% 0.81% -
XYZ 37.44 51.45 52.21 -
YUV 175.75 131.53 82.53 -
System Red Green Blue C M Y K H S L
Decimal 112 207 182 0.46 0 0.12 0.19 164.21 0.5 0.63
Hex 70 CF B6 2E 0 C 13 A4 32 3F
Octal 160 317 266 56 0 14 23 244 62 77
Binary 1110000 11001111 10110110 101110 0 1100 10011 10100100 110010 111111

Color Harmonies of #70CFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFB6

Black with #70CFB6

Text Example


Text Example

White with #70CFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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