Html Css Color HEX #70F6D3 Aquamarine

📋 copy color: '#70F6D3'

red 112 ◦ green 246 ◦ blue 211

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

Shades of Aquamarine #70F6D3

Tints of Aquamarine #70F6D3

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.23%

 BLUE value IS 211 (82.81% from 255) = 37.08%

R = 19.68%
G = 43.23%
B = 37.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#70F6D3 (or 0x70F6D3) is known color: Aquamarine. HEX triplet: 70, F6 and D3. RGB value is (112,246,211). Sum of RGB (Red+Green+Blue) = 112+246+211=569 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.68% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #70F6D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F6D3 is #8F092C. Grayscale: #C9C9C9. Windows color (decimal): -9373997 or 13891184. OLE color: 13891184.

HSL color Cylindrical-coordinate representation of color #70F6D3: hue angle of 164.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F6D3 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 246 211 -
CMYK 0.54 0 0.14 0.04
HSL 164.33º 0.88% 0.7% -
HSV(B) 164.33º 0.54% 0.96% -
XYZ 51.4 74.06 73.21 -
YUV 201.94 133.11 63.85 -
System Red Green Blue C M Y K H S L
Decimal 112 246 211 0.54 0 0.14 0.04 164.33 0.88 0.7
Hex 70 F6 D3 36 0 E 4 A4 58 46
Octal 160 366 323 66 0 16 4 244 130 106
Binary 1110000 11110110 11010011 110110 0 1110 100 10100100 1011000 1000110

Color Harmonies of #70F6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F6D3

Black with #70F6D3

Text Example


Text Example

White with #70F6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,246,211); }

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

background-color css

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

 a { background-color: rgb(112,246,211); }

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

border-color css

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

 span { border-color: rgb(112,246,211); }

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