Html Css Color HEX #70CE88 Silver Tree

📋 copy color: '#70CE88'

red 112 ◦ green 206 ◦ blue 136

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

Shades of Silver Tree #70CE88

Tints of Silver Tree #70CE88

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.37%

 BLUE value IS 136 (53.52% from 255) = 29.96%

R = 24.67%
G = 45.37%
B = 29.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#70CE88 (or 0x70CE88) is known color: Silver Tree. HEX triplet: 70, CE and 88. RGB value is (112,206,136). Sum of RGB (Red+Green+Blue) = 112+206+136=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CE88 is #8F3177. Grayscale: #AAAAAA. Windows color (decimal): -9384312 or 8965744. OLE color: 8965744.

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

Color convert

RGB 112 206 136 -
CMYK 0.46 0 0.34 0.19
HSL 135.32º 0.49% 0.62% -
HSV(B) 135.32º 0.46% 0.81% -
XYZ 33.2 49.36 31.07 -
YUV 169.91 108.86 86.69 -
System Red Green Blue C M Y K H S L
Decimal 112 206 136 0.46 0 0.34 0.19 135.32 0.49 0.62
Hex 70 CE 88 2E 0 22 13 87 31 3E
Octal 160 316 210 56 0 42 23 207 61 76
Binary 1110000 11001110 10001000 101110 0 100010 10011 10000111 110001 111110

Color Harmonies of #70CE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE88

Black with #70CE88

Text Example


Text Example

White with #70CE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,206,136); }

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

background-color css

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

 a { background-color: rgb(112,206,136); }

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

border-color css

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

 span { border-color: rgb(112,206,136); }

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