Html Css Color HEX #70FBC5 Aquamarine

📋 copy color: '#70FBC5'

red 112 ◦ green 251 ◦ blue 197

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

Shades of Aquamarine #70FBC5

Tints of Aquamarine #70FBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.18%

R = 20%
G = 44.82%
B = 35.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#70FBC5 (or 0x70FBC5) is known color: Aquamarine. HEX triplet: 70, FB and C5. RGB value is (112,251,197). Sum of RGB (Red+Green+Blue) = 112+251+197=560 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FBC5 is #8F043A. Grayscale: #CBCBCB. Windows color (decimal): -9372731 or 12974960. OLE color: 12974960.

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

Color convert

RGB 112 251 197 -
CMYK 0.55 0 0.22 0.02
HSL 156.69º 0.95% 0.71% -
HSV(B) 156.69º 0.55% 0.98% -
XYZ 51.26 76.47 64.88 -
YUV 203.28 124.45 62.89 -
System Red Green Blue C M Y K H S L
Decimal 112 251 197 0.55 0 0.22 0.02 156.69 0.95 0.71
Hex 70 FB C5 37 0 16 2 9D 5F 47
Octal 160 373 305 67 0 26 2 235 137 107
Binary 1110000 11111011 11000101 110111 0 10110 10 10011101 1011111 1000111

Color Harmonies of #70FBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FBC5

Black with #70FBC5

Text Example


Text Example

White with #70FBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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