Html Css Color HEX #70ECC9 Aquamarine

📋 copy color: '#70ECC9'

red 112 ◦ green 236 ◦ blue 201

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

Shades of Aquamarine #70ECC9

Tints of Aquamarine #70ECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.99%

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 20.4%
G = 42.99%
B = 36.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#70ECC9 (or 0x70ECC9) is known color: Aquamarine. HEX triplet: 70, EC and C9. RGB value is (112,236,201). Sum of RGB (Red+Green+Blue) = 112+236+201=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECC9 is #8F1336. Grayscale: #C2C2C2. Windows color (decimal): -9376567 or 13233264. OLE color: 13233264.

HSL color Cylindrical-coordinate representation of color #70ECC9: hue angle of 163.06º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECC9 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 236 201 -
CMYK 0.53 0 0.15 0.07
HSL 163.06º 0.77% 0.68% -
HSV(B) 163.06º 0.53% 0.93% -
XYZ 47.22 67.65 65.83 -
YUV 194.93 131.42 68.85 -
System Red Green Blue C M Y K H S L
Decimal 112 236 201 0.53 0 0.15 0.07 163.06 0.77 0.68
Hex 70 EC C9 35 0 F 7 A3 4D 44
Octal 160 354 311 65 0 17 7 243 115 104
Binary 1110000 11101100 11001001 110101 0 1111 111 10100011 1001101 1000100

Color Harmonies of #70ECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECC9

Black with #70ECC9

Text Example


Text Example

White with #70ECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,236,201); }

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

background-color css

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

 a { background-color: rgb(112,236,201); }

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

border-color css

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

 span { border-color: rgb(112,236,201); }

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