Html Css Color HEX #70F9BB Aquamarine

📋 copy color: '#70F9BB'

red 112 ◦ green 249 ◦ blue 187

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

Shades of Aquamarine #70F9BB

Tints of Aquamarine #70F9BB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.44%

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

R = 20.44%
G = 45.44%
B = 34.12%

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

#70F9BB (or 0x70F9BB) is known color: Aquamarine. HEX triplet: 70, F9 and BB. RGB value is (112,249,187). Sum of RGB (Red+Green+Blue) = 112+249+187=548 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.44% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #70F9BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F9BB is #8F0644. Grayscale: #C9C9C9. Windows color (decimal): -9373253 or 12319088. OLE color: 12319088.

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

Color convert

RGB 112 249 187 -
CMYK 0.55 0 0.25 0.02
HSL 152.85º 0.92% 0.71% -
HSV(B) 152.85º 0.55% 0.98% -
XYZ 49.53 74.78 58.84 -
YUV 200.97 120.11 64.54 -
System Red Green Blue C M Y K H S L
Decimal 112 249 187 0.55 0 0.25 0.02 152.85 0.92 0.71
Hex 70 F9 BB 37 0 19 2 99 5C 47
Octal 160 371 273 67 0 31 2 231 134 107
Binary 1110000 11111001 10111011 110111 0 11001 10 10011001 1011100 1000111

Color Harmonies of #70F9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F9BB

Black with #70F9BB

Text Example


Text Example

White with #70F9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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