Html Css Color HEX #70FCD6 Aquamarine

📋 copy color: '#70FCD6'

red 112 ◦ green 252 ◦ blue 214

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

Shades of Aquamarine #70FCD6

Tints of Aquamarine #70FCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.02%

R = 19.38%
G = 43.6%
B = 37.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#70FCD6 (or 0x70FCD6) is known color: Aquamarine. HEX triplet: 70, FC and D6. RGB value is (112,252,214). Sum of RGB (Red+Green+Blue) = 112+252+214=578 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.38% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCD6 is #8F0329. Grayscale: #CDCDCD. Windows color (decimal): -9372458 or 14089328. OLE color: 14089328.

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

Color convert

RGB 112 252 214 -
CMYK 0.56 0 0.15 0.01
HSL 163.71º 0.96% 0.71% -
HSV(B) 163.71º 0.56% 0.99% -
XYZ 53.63 77.92 75.83 -
YUV 205.81 132.62 61.09 -
System Red Green Blue C M Y K H S L
Decimal 112 252 214 0.56 0 0.15 0.01 163.71 0.96 0.71
Hex 70 FC D6 38 0 F 1 A4 60 47
Octal 160 374 326 70 0 17 1 244 140 107
Binary 1110000 11111100 11010110 111000 0 1111 1 10100100 1100000 1000111

Color Harmonies of #70FCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FCD6

Black with #70FCD6

Text Example


Text Example

White with #70FCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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