Html Css Color HEX #70FBA7 Medium Aquamarine

📋 copy color: '#70FBA7'

red 112 ◦ green 251 ◦ blue 167

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

Shades of Medium Aquamarine #70FBA7

Tints of Medium Aquamarine #70FBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.51%

R = 21.13%
G = 47.36%
B = 31.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#70FBA7 (or 0x70FBA7) is known color: Medium Aquamarine. HEX triplet: 70, FB and A7. RGB value is (112,251,167). Sum of RGB (Red+Green+Blue) = 112+251+167=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FBA7 is #8F0458. Grayscale: #C8C8C8. Windows color (decimal): -9372761 or 11008880. OLE color: 11008880.

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

Color convert

RGB 112 251 167 -
CMYK 0.55 0 0.33 0.02
HSL 143.74º 0.95% 0.71% -
HSV(B) 143.74º 0.55% 0.98% -
XYZ 48.15 75.23 48.54 -
YUV 199.86 109.45 65.33 -
System Red Green Blue C M Y K H S L
Decimal 112 251 167 0.55 0 0.33 0.02 143.74 0.95 0.71
Hex 70 FB A7 37 0 21 2 90 5F 47
Octal 160 373 247 67 0 41 2 220 137 107
Binary 1110000 11111011 10100111 110111 0 100001 10 10010000 1011111 1000111

Color Harmonies of #70FBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FBA7

Black with #70FBA7

Text Example


Text Example

White with #70FBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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