Html Css Color HEX #70FCCE Aquamarine

📋 copy color: '#70FCCE'

red 112 ◦ green 252 ◦ blue 206

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

Shades of Aquamarine #70FCCE

Tints of Aquamarine #70FCCE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.21%

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

R = 19.65%
G = 44.21%
B = 36.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#70FCCE (or 0x70FCCE) is known color: Aquamarine. HEX triplet: 70, FC and CE. RGB value is (112,252,206). Sum of RGB (Red+Green+Blue) = 112+252+206=570 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.65% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCCE is #8F0331. Grayscale: #CCCCCC. Windows color (decimal): -9372466 or 13565040. OLE color: 13565040.

HSL color Cylindrical-coordinate representation of color #70FCCE: hue angle of 160.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCCE is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 252 206 -
CMYK 0.56 0 0.18 0.01
HSL 160.29º 0.96% 0.71% -
HSV(B) 160.29º 0.56% 0.99% -
XYZ 52.63 77.52 70.58 -
YUV 204.9 128.62 61.74 -
System Red Green Blue C M Y K H S L
Decimal 112 252 206 0.56 0 0.18 0.01 160.29 0.96 0.71
Hex 70 FC CE 38 0 12 1 A0 60 47
Octal 160 374 316 70 0 22 1 240 140 107
Binary 1110000 11111100 11001110 111000 0 10010 1 10100000 1100000 1000111

Color Harmonies of #70FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FCCE

Black with #70FCCE

Text Example


Text Example

White with #70FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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