Html Css Color HEX #70EDD6 Aquamarine

📋 copy color: '#70EDD6'

red 112 ◦ green 237 ◦ blue 214

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

Shades of Aquamarine #70EDD6

Tints of Aquamarine #70EDD6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.1%

 BLUE value IS 214 (83.98% from 255) = 38.01%

R = 19.89%
G = 42.1%
B = 38.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#70EDD6 (or 0x70EDD6) is known color: Aquamarine. HEX triplet: 70, ED and D6. RGB value is (112,237,214). Sum of RGB (Red+Green+Blue) = 112+237+214=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDD6 is #8F1229. Grayscale: #C4C4C4. Windows color (decimal): -9376298 or 14085488. OLE color: 14085488.

HSL color Cylindrical-coordinate representation of color #70EDD6: hue angle of 168.96º degrees, saturation: 0.78, 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 #70EDD6 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 237 214 -
CMYK 0.53 0 0.10 0.07
HSL 168.96º 0.78% 0.68% -
HSV(B) 168.96º 0.53% 0.93% -
XYZ 49.1 68.87 74.32 -
YUV 197 137.59 67.37 -
System Red Green Blue C M Y K H S L
Decimal 112 237 214 0.53 0 0.10 0.07 168.96 0.78 0.68
Hex 70 ED D6 35 0 A 7 A9 4E 44
Octal 160 355 326 65 0 12 7 251 116 104
Binary 1110000 11101101 11010110 110101 0 1010 111 10101001 1001110 1000100

Color Harmonies of #70EDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDD6

Black with #70EDD6

Text Example


Text Example

White with #70EDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,237,214); }

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

background-color css

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

 a { background-color: rgb(112,237,214); }

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

border-color css

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

 span { border-color: rgb(112,237,214); }

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