Html Css Color HEX #70CEA8 Medium Aquamarine

📋 copy color: '#70CEA8'

red 112 ◦ green 206 ◦ blue 168

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

Shades of Medium Aquamarine #70CEA8

Tints of Medium Aquamarine #70CEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.57%

R = 23.05%
G = 42.39%
B = 34.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#70CEA8 (or 0x70CEA8) is known color: Medium Aquamarine. HEX triplet: 70, CE and A8. RGB value is (112,206,168). Sum of RGB (Red+Green+Blue) = 112+206+168=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CEA8 is #8F3157. Grayscale: #ADADAD. Windows color (decimal): -9384280 or 11062896. OLE color: 11062896.

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

Color convert

RGB 112 206 168 -
CMYK 0.46 0 0.18 0.19
HSL 155.74º 0.49% 0.62% -
HSV(B) 155.74º 0.46% 0.81% -
XYZ 35.82 50.41 44.89 -
YUV 173.56 124.86 84.09 -
System Red Green Blue C M Y K H S L
Decimal 112 206 168 0.46 0 0.18 0.19 155.74 0.49 0.62
Hex 70 CE A8 2E 0 12 13 9C 31 3E
Octal 160 316 250 56 0 22 23 234 61 76
Binary 1110000 11001110 10101000 101110 0 10010 10011 10011100 110001 111110

Color Harmonies of #70CEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEA8

Black with #70CEA8

Text Example


Text Example

White with #70CEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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