Html Css Color HEX #70FCE5 Aquamarine

📋 copy color: '#70FCE5'

red 112 ◦ green 252 ◦ blue 229

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

Shades of Aquamarine #70FCE5

Tints of Aquamarine #70FCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.62%

R = 18.89%
G = 42.5%
B = 38.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#70FCE5 (or 0x70FCE5) is known color: Aquamarine. HEX triplet: 70, FC and E5. RGB value is (112,252,229). Sum of RGB (Red+Green+Blue) = 112+252+229=593 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.89% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCE5 is #8F031A. Grayscale: #CFCFCF. Windows color (decimal): -9372443 or 15072368. OLE color: 15072368.

HSL color Cylindrical-coordinate representation of color #70FCE5: hue angle of 170.14º 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 #70FCE5 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 252 229 -
CMYK 0.56 0 0.09 0.01
HSL 170.14º 0.96% 0.71% -
HSV(B) 170.14º 0.56% 0.99% -
XYZ 55.64 78.72 86.39 -
YUV 207.52 140.12 59.87 -
System Red Green Blue C M Y K H S L
Decimal 112 252 229 0.56 0 0.09 0.01 170.14 0.96 0.71
Hex 70 FC E5 38 0 9 1 AA 60 47
Octal 160 374 345 70 0 11 1 252 140 107
Binary 1110000 11111100 11100101 111000 0 1001 1 10101010 1100000 1000111

Color Harmonies of #70FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FCE5

Black with #70FCE5

Text Example


Text Example

White with #70FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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