Html Css Color HEX #70F5CE Aquamarine

📋 copy color: '#70F5CE'

red 112 ◦ green 245 ◦ blue 206

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

Shades of Aquamarine #70F5CE

Tints of Aquamarine #70F5CE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.52%

 BLUE value IS 206 (80.86% from 255) = 36.59%

R = 19.89%
G = 43.52%
B = 36.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#70F5CE (or 0x70F5CE) is known color: Aquamarine. HEX triplet: 70, F5 and CE. RGB value is (112,245,206). Sum of RGB (Red+Green+Blue) = 112+245+206=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #70F5CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F5CE is #8F0A31. Grayscale: #C8C8C8. Windows color (decimal): -9374258 or 13563248. OLE color: 13563248.

HSL color Cylindrical-coordinate representation of color #70F5CE: hue angle of 162.41º degrees, saturation: 0.87, 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 #70F5CE is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 245 206 -
CMYK 0.54 0 0.16 0.04
HSL 162.41º 0.87% 0.7% -
HSV(B) 162.41º 0.54% 0.96% -
XYZ 50.48 73.21 69.86 -
YUV 200.79 130.94 64.67 -
System Red Green Blue C M Y K H S L
Decimal 112 245 206 0.54 0 0.16 0.04 162.41 0.87 0.7
Hex 70 F5 CE 36 0 10 4 A2 57 46
Octal 160 365 316 66 0 20 4 242 127 106
Binary 1110000 11110101 11001110 110110 0 10000 100 10100010 1010111 1000110

Color Harmonies of #70F5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F5CE

Black with #70F5CE

Text Example


Text Example

White with #70F5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,245,206); }

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

background-color css

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

 a { background-color: rgb(112,245,206); }

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

border-color css

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

 span { border-color: rgb(112,245,206); }

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