Html Css Color HEX #70CFC1 Downy

📋 copy color: '#70CFC1'

red 112 ◦ green 207 ◦ blue 193

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

Shades of Downy #70CFC1

Tints of Downy #70CFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.7%

R = 21.88%
G = 40.43%
B = 37.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#70CFC1 (or 0x70CFC1) is known color: Downy. HEX triplet: 70, CF and C1. RGB value is (112,207,193). Sum of RGB (Red+Green+Blue) = 112+207+193=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFC1 is #8F303E. Grayscale: #B0B0B0. Windows color (decimal): -9383999 or 12701552. OLE color: 12701552.

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

Color convert

RGB 112 207 193 -
CMYK 0.46 0 0.07 0.19
HSL 171.16º 0.5% 0.63% -
HSV(B) 171.16º 0.46% 0.81% -
XYZ 38.62 51.92 58.44 -
YUV 177 137.03 81.64 -
System Red Green Blue C M Y K H S L
Decimal 112 207 193 0.46 0 0.07 0.19 171.16 0.5 0.63
Hex 70 CF C1 2E 0 7 13 AB 32 3F
Octal 160 317 301 56 0 7 23 253 62 77
Binary 1110000 11001111 11000001 101110 0 111 10011 10101011 110010 111111

Color Harmonies of #70CFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFC1

Black with #70CFC1

Text Example


Text Example

White with #70CFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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