Html Css Color HEX #70FABB Aquamarine

📋 copy color: '#70FABB'

red 112 ◦ green 250 ◦ blue 187

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

Shades of Aquamarine #70FABB

Tints of Aquamarine #70FABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.06%

R = 20.4%
G = 45.54%
B = 34.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#70FABB (or 0x70FABB) is known color: Aquamarine. HEX triplet: 70, FA and BB. RGB value is (112,250,187). Sum of RGB (Red+Green+Blue) = 112+250+187=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #70FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FABB is #8F0544. Grayscale: #C9C9C9. Windows color (decimal): -9372997 or 12319344. OLE color: 12319344.

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

Color convert

RGB 112 250 187 -
CMYK 0.55 0 0.25 0.02
HSL 152.61º 0.93% 0.71% -
HSV(B) 152.61º 0.55% 0.98% -
XYZ 49.84 75.4 58.94 -
YUV 201.56 119.78 64.12 -
System Red Green Blue C M Y K H S L
Decimal 112 250 187 0.55 0 0.25 0.02 152.61 0.93 0.71
Hex 70 FA BB 37 0 19 2 99 5D 47
Octal 160 372 273 67 0 31 2 231 135 107
Binary 1110000 11111010 10111011 110111 0 11001 10 10011001 1011101 1000111

Color Harmonies of #70FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FABB

Black with #70FABB

Text Example


Text Example

White with #70FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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