Html Css Color HEX #70E4CB Downy

📋 copy color: '#70E4CB'

red 112 ◦ green 228 ◦ blue 203

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

Shades of Downy #70E4CB

Tints of Downy #70E4CB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.99%

 BLUE value IS 203 (79.69% from 255) = 37.38%

R = 20.63%
G = 41.99%
B = 37.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#70E4CB (or 0x70E4CB) is known color: Downy. HEX triplet: 70, E4 and CB. RGB value is (112,228,203). Sum of RGB (Red+Green+Blue) = 112+228+203=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #70E4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E4CB is #8F1B34. Grayscale: #BEBEBE. Windows color (decimal): -9378613 or 13362288. OLE color: 13362288.

HSL color Cylindrical-coordinate representation of color #70E4CB: hue angle of 167.07º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E4CB is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 228 203 -
CMYK 0.51 0 0.11 0.11
HSL 167.07º 0.68% 0.67% -
HSV(B) 167.07º 0.51% 0.89% -
XYZ 45.2 63.24 66.32 -
YUV 190.47 135.07 72.03 -
System Red Green Blue C M Y K H S L
Decimal 112 228 203 0.51 0 0.11 0.11 167.07 0.68 0.67
Hex 70 E4 CB 33 0 B B A7 44 43
Octal 160 344 313 63 0 13 13 247 104 103
Binary 1110000 11100100 11001011 110011 0 1011 1011 10100111 1000100 1000011

Color Harmonies of #70E4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E4CB

Black with #70E4CB

Text Example


Text Example

White with #70E4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,228,203); }

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

background-color css

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

 a { background-color: rgb(112,228,203); }

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

border-color css

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

 span { border-color: rgb(112,228,203); }

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