Html Css Color HEX #70CFAE Medium Aquamarine

📋 copy color: '#70CFAE'

red 112 ◦ green 207 ◦ blue 174

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

Shades of Medium Aquamarine #70CFAE

Tints of Medium Aquamarine #70CFAE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.99%

 BLUE value IS 174 (68.36% from 255) = 35.29%

R = 22.72%
G = 41.99%
B = 35.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#70CFAE (or 0x70CFAE) is known color: Medium Aquamarine. HEX triplet: 70, CF and AE. RGB value is (112,207,174). Sum of RGB (Red+Green+Blue) = 112+207+174=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CFAE is #8F3051. Grayscale: #AEAEAE. Windows color (decimal): -9384018 or 11456368. OLE color: 11456368.

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

Color convert

RGB 112 207 174 -
CMYK 0.46 0 0.16 0.19
HSL 159.16º 0.5% 0.63% -
HSV(B) 159.16º 0.46% 0.81% -
XYZ 36.63 51.13 47.98 -
YUV 174.83 127.53 83.18 -
System Red Green Blue C M Y K H S L
Decimal 112 207 174 0.46 0 0.16 0.19 159.16 0.5 0.63
Hex 70 CF AE 2E 0 10 13 9F 32 3F
Octal 160 317 256 56 0 20 23 237 62 77
Binary 1110000 11001111 10101110 101110 0 10000 10011 10011111 110010 111111

Color Harmonies of #70CFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFAE

Black with #70CFAE

Text Example


Text Example

White with #70CFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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