Html Css Color HEX #70F9B8 Aquamarine

📋 copy color: '#70F9B8'

red 112 ◦ green 249 ◦ blue 184

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

Shades of Aquamarine #70F9B8

Tints of Aquamarine #70F9B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.76%

R = 20.55%
G = 45.69%
B = 33.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#70F9B8 (or 0x70F9B8) is known color: Aquamarine. HEX triplet: 70, F9 and B8. RGB value is (112,249,184). Sum of RGB (Red+Green+Blue) = 112+249+184=545 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.55% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #70F9B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F9B8 is #8F0647. Grayscale: #C8C8C8. Windows color (decimal): -9373256 or 12122480. OLE color: 12122480.

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

Color convert

RGB 112 249 184 -
CMYK 0.55 0 0.26 0.02
HSL 151.53º 0.92% 0.71% -
HSV(B) 151.53º 0.55% 0.98% -
XYZ 49.21 74.66 57.16 -
YUV 200.63 118.61 64.79 -
System Red Green Blue C M Y K H S L
Decimal 112 249 184 0.55 0 0.26 0.02 151.53 0.92 0.71
Hex 70 F9 B8 37 0 1A 2 98 5C 47
Octal 160 371 270 67 0 32 2 230 134 107
Binary 1110000 11111001 10111000 110111 0 11010 10 10011000 1011100 1000111

Color Harmonies of #70F9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F9B8

Black with #70F9B8

Text Example


Text Example

White with #70F9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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