Html Css Color HEX #70CFAC Medium Aquamarine

📋 copy color: '#70CFAC'

red 112 ◦ green 207 ◦ blue 172

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

Shades of Medium Aquamarine #70CFAC

Tints of Medium Aquamarine #70CFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 22.81%
G = 42.16%
B = 35.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#70CFAC (or 0x70CFAC) is known color: Medium Aquamarine. HEX triplet: 70, CF and AC. RGB value is (112,207,172). Sum of RGB (Red+Green+Blue) = 112+207+172=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CFAC is #8F3053. Grayscale: #AEAEAE. Windows color (decimal): -9384020 or 11325296. OLE color: 11325296.

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

Color convert

RGB 112 207 172 -
CMYK 0.46 0 0.17 0.19
HSL 157.89º 0.5% 0.63% -
HSV(B) 157.89º 0.46% 0.81% -
XYZ 36.44 51.05 46.96 -
YUV 174.61 126.53 83.35 -
System Red Green Blue C M Y K H S L
Decimal 112 207 172 0.46 0 0.17 0.19 157.89 0.5 0.63
Hex 70 CF AC 2E 0 11 13 9E 32 3F
Octal 160 317 254 56 0 21 23 236 62 77
Binary 1110000 11001111 10101100 101110 0 10001 10011 10011110 110010 111111

Color Harmonies of #70CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFAC

Black with #70CFAC

Text Example


Text Example

White with #70CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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