Html Css Color HEX #70FFCE Aquamarine

📋 copy color: '#70FFCE'

red 112 ◦ green 255 ◦ blue 206

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

Shades of Aquamarine #70FFCE

Tints of Aquamarine #70FFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 44.5%

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

R = 19.55%
G = 44.5%
B = 35.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#70FFCE (or 0x70FFCE) is known color: Aquamarine. HEX triplet: 70, FF and CE. RGB value is (112,255,206). Sum of RGB (Red+Green+Blue) = 112+255+206=573 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.55% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FFCE is #8F0031. Grayscale: #CECECE. Windows color (decimal): -9371698 or 13565808. OLE color: 13565808.

HSL color Cylindrical-coordinate representation of color #70FFCE: hue angle of 159.44º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FFCE is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 112 255 206 -
CMYK 0.56 0 0.19 0
HSL 159.44º 1% 0.72% -
HSV(B) 159.44º 0.56% 1% -
XYZ 53.58 79.42 70.9 -
YUV 206.66 127.62 60.48 -
System Red Green Blue C M Y K H S L
Decimal 112 255 206 0.56 0 0.19 0 159.44 1 0.72
Hex 70 FF CE 38 0 13 0 9F 64 48
Octal 160 377 316 70 0 23 0 237 144 110
Binary 1110000 11111111 11001110 111000 0 10011 0 10011111 1100100 1001000

Color Harmonies of #70FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FFCE

Black with #70FFCE

Text Example


Text Example

White with #70FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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