Html Css Color HEX #70F2B0 Medium Aquamarine

📋 copy color: '#70F2B0'

red 112 ◦ green 242 ◦ blue 176

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

Shades of Medium Aquamarine #70F2B0

Tints of Medium Aquamarine #70F2B0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.66%

 BLUE value IS 176 (69.14% from 255) = 33.21%

R = 21.13%
G = 45.66%
B = 33.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#70F2B0 (or 0x70F2B0) is known color: Medium Aquamarine. HEX triplet: 70, F2 and B0. RGB value is (112,242,176). Sum of RGB (Red+Green+Blue) = 112+242+176=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #70F2B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F2B0 is #8F0D4F. Grayscale: #C3C3C3. Windows color (decimal): -9375056 or 11596400. OLE color: 11596400.

HSL color Cylindrical-coordinate representation of color #70F2B0: hue angle of 149.54º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F2B0 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 242 176 -
CMYK 0.54 0 0.27 0.05
HSL 149.54º 0.83% 0.69% -
HSV(B) 149.54º 0.54% 0.95% -
XYZ 46.27 70.08 52.16 -
YUV 195.61 116.93 68.37 -
System Red Green Blue C M Y K H S L
Decimal 112 242 176 0.54 0 0.27 0.05 149.54 0.83 0.69
Hex 70 F2 B0 36 0 1B 5 96 53 45
Octal 160 362 260 66 0 33 5 226 123 105
Binary 1110000 11110010 10110000 110110 0 11011 101 10010110 1010011 1000101

Color Harmonies of #70F2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F2B0

Black with #70F2B0

Text Example


Text Example

White with #70F2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,242,176); }

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

background-color css

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

 a { background-color: rgb(112,242,176); }

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

border-color css

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

 span { border-color: rgb(112,242,176); }

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