Html Css Color HEX #70FBDB Aquamarine

📋 copy color: '#70FBDB'

red 112 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #70FBDB

Tints of Aquamarine #70FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.13%

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

R = 19.24%
G = 43.13%
B = 37.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#70FBDB (or 0x70FBDB) is known color: Aquamarine. HEX triplet: 70, FB and DB. RGB value is (112,251,219). Sum of RGB (Red+Green+Blue) = 112+251+219=582 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.24% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FBDB is #8F0424. Grayscale: #CDCDCD. Windows color (decimal): -9372709 or 14416752. OLE color: 14416752.

HSL color Cylindrical-coordinate representation of color #70FBDB: hue angle of 166.19º degrees, saturation: 0.95, 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 #70FBDB is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 251 219 -
CMYK 0.55 0 0.13 0.02
HSL 166.19º 0.95% 0.71% -
HSV(B) 166.19º 0.55% 0.98% -
XYZ 53.97 77.55 79.14 -
YUV 205.79 135.45 61.1 -
System Red Green Blue C M Y K H S L
Decimal 112 251 219 0.55 0 0.13 0.02 166.19 0.95 0.71
Hex 70 FB DB 37 0 D 2 A6 5F 47
Octal 160 373 333 67 0 15 2 246 137 107
Binary 1110000 11111011 11011011 110111 0 1101 10 10100110 1011111 1000111

Color Harmonies of #70FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FBDB

Black with #70FBDB

Text Example


Text Example

White with #70FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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