Html Css Color HEX #70EDDB Aquamarine

📋 copy color: '#70EDDB'

red 112 ◦ green 237 ◦ blue 219

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

Shades of Aquamarine #70EDDB

Tints of Aquamarine #70EDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.56%

R = 19.72%
G = 41.73%
B = 38.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#70EDDB (or 0x70EDDB) is known color: Aquamarine. HEX triplet: 70, ED and DB. RGB value is (112,237,219). Sum of RGB (Red+Green+Blue) = 112+237+219=568 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.72% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDDB is #8F1224. Grayscale: #C5C5C5. Windows color (decimal): -9376293 or 14413168. OLE color: 14413168.

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

Color convert

RGB 112 237 219 -
CMYK 0.53 0 0.08 0.07
HSL 171.36º 0.78% 0.68% -
HSV(B) 171.36º 0.53% 0.93% -
XYZ 49.75 69.13 77.74 -
YUV 197.57 140.09 66.96 -
System Red Green Blue C M Y K H S L
Decimal 112 237 219 0.53 0 0.08 0.07 171.36 0.78 0.68
Hex 70 ED DB 35 0 8 7 AB 4E 44
Octal 160 355 333 65 0 10 7 253 116 104
Binary 1110000 11101101 11011011 110101 0 1000 111 10101011 1001110 1000100

Color Harmonies of #70EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDDB

Black with #70EDDB

Text Example


Text Example

White with #70EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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