Html Css Color HEX #70FEE6 Aquamarine

📋 copy color: '#70FEE6'

red 112 ◦ green 254 ◦ blue 230

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

Shades of Aquamarine #70FEE6

Tints of Aquamarine #70FEE6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.62%

 BLUE value IS 230 (90.23% from 255) = 38.59%

R = 18.79%
G = 42.62%
B = 38.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#70FEE6 (or 0x70FEE6) is known color: Aquamarine. HEX triplet: 70, FE and E6. RGB value is (112,254,230). Sum of RGB (Red+Green+Blue) = 112+254+230=596 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.79% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FEE6 is #8F0119. Grayscale: #D0D0D0. Windows color (decimal): -9371930 or 15138416. OLE color: 15138416.

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

Color convert

RGB 112 254 230 -
CMYK 0.56 0 0.09 0.00
HSL 169.86º 0.99% 0.72% -
HSV(B) 169.86º 0.56% 1% -
XYZ 56.41 80.04 87.34 -
YUV 208.81 139.96 58.95 -
System Red Green Blue C M Y K H S L
Decimal 112 254 230 0.56 0 0.09 0.00 169.86 0.99 0.72
Hex 70 FE E6 38 0 9 0 AA 63 48
Octal 160 376 346 70 0 11 0 252 143 110
Binary 1110000 11111110 11100110 111000 0 1001 0 10101010 1100011 1001000

Color Harmonies of #70FEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FEE6

Black with #70FEE6

Text Example


Text Example

White with #70FEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,254,230); }

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

background-color css

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

 a { background-color: rgb(112,254,230); }

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

border-color css

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

 span { border-color: rgb(112,254,230); }

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