Html Css Color HEX #70E7CF Downy

📋 copy color: '#70E7CF'

red 112 ◦ green 231 ◦ blue 207

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

Shades of Downy #70E7CF

Tints of Downy #70E7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42%

 BLUE value IS 207 (81.25% from 255) = 37.64%

R = 20.36%
G = 42%
B = 37.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#70E7CF (or 0x70E7CF) is known color: Downy. HEX triplet: 70, E7 and CF. RGB value is (112,231,207). Sum of RGB (Red+Green+Blue) = 112+231+207=550 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.36% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E7CF is #8F1830. Grayscale: #C0C0C0. Windows color (decimal): -9377841 or 13625200. OLE color: 13625200.

HSL color Cylindrical-coordinate representation of color #70E7CF: hue angle of 167.9º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E7CF is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 231 207 -
CMYK 0.52 0 0.10 0.09
HSL 167.9º 0.71% 0.67% -
HSV(B) 167.9º 0.52% 0.91% -
XYZ 46.52 65.1 69.15 -
YUV 192.68 136.08 70.45 -
System Red Green Blue C M Y K H S L
Decimal 112 231 207 0.52 0 0.10 0.09 167.9 0.71 0.67
Hex 70 E7 CF 34 0 A 9 A8 47 43
Octal 160 347 317 64 0 12 11 250 107 103
Binary 1110000 11100111 11001111 110100 0 1010 1001 10101000 1000111 1000011

Color Harmonies of #70E7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E7CF

Black with #70E7CF

Text Example


Text Example

White with #70E7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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