Html Css Color HEX #70C8A8 Medium Aquamarine

📋 copy color: '#70C8A8'

red 112 ◦ green 200 ◦ blue 168

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

Shades of Medium Aquamarine #70C8A8

Tints of Medium Aquamarine #70C8A8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.67%

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

R = 23.33%
G = 41.67%
B = 35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#70C8A8 (or 0x70C8A8) is known color: Medium Aquamarine. HEX triplet: 70, C8 and A8. RGB value is (112,200,168). Sum of RGB (Red+Green+Blue) = 112+200+168=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #70C8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C8A8 is #8F3757. Grayscale: #AAAAAA. Windows color (decimal): -9385816 or 11061360. OLE color: 11061360.

HSL color Cylindrical-coordinate representation of color #70C8A8: hue angle of 158.18º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C8A8 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 200 168 -
CMYK 0.44 0 0.16 0.22
HSL 158.18º 0.44% 0.61% -
HSV(B) 158.18º 0.44% 0.78% -
XYZ 34.4 47.58 44.42 -
YUV 170.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 112 200 168 0.44 0 0.16 0.22 158.18 0.44 0.61
Hex 70 C8 A8 2C 0 10 16 9E 2C 3D
Octal 160 310 250 54 0 20 26 236 54 75
Binary 1110000 11001000 10101000 101100 0 10000 10110 10011110 101100 111101

Color Harmonies of #70C8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C8A8

Black with #70C8A8

Text Example


Text Example

White with #70C8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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