Html Css Color HEX #70FADB Aquamarine

📋 copy color: '#70FADB'

red 112 ◦ green 250 ◦ blue 219

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

Shades of Aquamarine #70FADB

Tints of Aquamarine #70FADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.03%

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

R = 19.28%
G = 43.03%
B = 37.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#70FADB (or 0x70FADB) is known color: Aquamarine. HEX triplet: 70, FA and DB. RGB value is (112,250,219). Sum of RGB (Red+Green+Blue) = 112+250+219=581 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.28% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #70FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FADB is #8F0524. Grayscale: #CDCDCD. Windows color (decimal): -9372965 or 14416496. OLE color: 14416496.

HSL color Cylindrical-coordinate representation of color #70FADB: hue angle of 166.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FADB is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 250 219 -
CMYK 0.55 0 0.12 0.02
HSL 166.52º 0.93% 0.71% -
HSV(B) 166.52º 0.55% 0.98% -
XYZ 53.65 76.93 79.04 -
YUV 205.2 135.78 61.52 -
System Red Green Blue C M Y K H S L
Decimal 112 250 219 0.55 0 0.12 0.02 166.52 0.93 0.71
Hex 70 FA DB 37 0 C 2 A7 5D 47
Octal 160 372 333 67 0 14 2 247 135 107
Binary 1110000 11111010 11011011 110111 0 1100 10 10100111 1011101 1000111

Color Harmonies of #70FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FADB

Black with #70FADB

Text Example


Text Example

White with #70FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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