Html Css Color HEX #70FEDB Aquamarine

📋 copy color: '#70FEDB'

red 112 ◦ green 254 ◦ blue 219

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

Shades of Aquamarine #70FEDB

Tints of Aquamarine #70FEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.42%

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

R = 19.15%
G = 43.42%
B = 37.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#70FEDB (or 0x70FEDB) is known color: Aquamarine. HEX triplet: 70, FE and DB. RGB value is (112,254,219). Sum of RGB (Red+Green+Blue) = 112+254+219=585 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.15% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FEDB is #8F0124. Grayscale: #CFCFCF. Windows color (decimal): -9371941 or 14417520. OLE color: 14417520.

HSL color Cylindrical-coordinate representation of color #70FEDB: hue angle of 165.21º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FEDB is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 254 219 -
CMYK 0.56 0 0.14 0.00
HSL 165.21º 0.99% 0.72% -
HSV(B) 165.21º 0.56% 1% -
XYZ 54.91 79.44 79.46 -
YUV 207.55 134.46 59.85 -
System Red Green Blue C M Y K H S L
Decimal 112 254 219 0.56 0 0.14 0.00 165.21 0.99 0.72
Hex 70 FE DB 38 0 E 0 A5 63 48
Octal 160 376 333 70 0 16 0 245 143 110
Binary 1110000 11111110 11011011 111000 0 1110 0 10100101 1100011 1001000

Color Harmonies of #70FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FEDB

Black with #70FEDB

Text Example


Text Example

White with #70FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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