Html Css Color HEX #70FCDC Aquamarine

📋 copy color: '#70FCDC'

red 112 ◦ green 252 ◦ blue 220

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

Shades of Aquamarine #70FCDC

Tints of Aquamarine #70FCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 19.18%
G = 43.15%
B = 37.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#70FCDC (or 0x70FCDC) is known color: Aquamarine. HEX triplet: 70, FC and DC. RGB value is (112,252,220). Sum of RGB (Red+Green+Blue) = 112+252+220=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCDC is #8F0323. Grayscale: #CECECE. Windows color (decimal): -9372452 or 14482544. OLE color: 14482544.

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

Color convert

RGB 112 252 220 -
CMYK 0.56 0 0.13 0.01
HSL 166.29º 0.96% 0.71% -
HSV(B) 166.29º 0.56% 0.99% -
XYZ 54.41 78.23 79.94 -
YUV 206.49 135.62 60.6 -
System Red Green Blue C M Y K H S L
Decimal 112 252 220 0.56 0 0.13 0.01 166.29 0.96 0.71
Hex 70 FC DC 38 0 D 1 A6 60 47
Octal 160 374 334 70 0 15 1 246 140 107
Binary 1110000 11111100 11011100 111000 0 1101 1 10100110 1100000 1000111

Color Harmonies of #70FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FCDC

Black with #70FCDC

Text Example


Text Example

White with #70FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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