Html Css Color HEX #70FBA6 Medium Aquamarine

📋 copy color: '#70FBA6'

red 112 ◦ green 251 ◦ blue 166

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

Shades of Medium Aquamarine #70FBA6

Tints of Medium Aquamarine #70FBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.38%

R = 21.17%
G = 47.45%
B = 31.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#70FBA6 (or 0x70FBA6) is known color: Medium Aquamarine. HEX triplet: 70, FB and A6. RGB value is (112,251,166). Sum of RGB (Red+Green+Blue) = 112+251+166=529 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.17% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FBA6 is #8F0459. Grayscale: #C7C7C7. Windows color (decimal): -9372762 or 10943344. OLE color: 10943344.

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

Color convert

RGB 112 251 166 -
CMYK 0.55 0 0.34 0.02
HSL 143.31º 0.95% 0.71% -
HSV(B) 143.31º 0.55% 0.98% -
XYZ 48.06 75.19 48.06 -
YUV 199.75 108.95 65.41 -
System Red Green Blue C M Y K H S L
Decimal 112 251 166 0.55 0 0.34 0.02 143.31 0.95 0.71
Hex 70 FB A6 37 0 22 2 8F 5F 47
Octal 160 373 246 67 0 42 2 217 137 107
Binary 1110000 11111011 10100110 110111 0 100010 10 10001111 1011111 1000111

Color Harmonies of #70FBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FBA6

Black with #70FBA6

Text Example


Text Example

White with #70FBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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