#62FCDC

Color #62FCDC Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #62FCDC

Tints of Aquamarine #62FCDC

Color information

#62FCDC (or 0x62FCDC) is unknown color: approx Aquamarine. HEX triplet: 62, FC and DC. RGB value is (98,252,220). Sum of RGB (Red+Green+Blue) = 98+252+220=570 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.19% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #62FCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62FCDC is #9D0323. Grayscale: #CACACA. Windows color (decimal): -10289956 or 14482530. OLE color: 14482530.

HSL color Cylindrical-coordinate representation of color #62FCDC: hue angle of 167.53º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62FCDC is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB98252220-
CMYK0.6100.130.01
HSL167.53º96.25%68.63%-
HSV(B)167.53º61.11%98.82%-
XYZ52.7777.3879.87-
YUV202.31137.9853.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 17.19%
GREEN value IS 252 (98.83% from 255) = 44.21%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=17.19%
G=44.21%
B=38.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal982522200.6100.130.01167.5396.2568.63
Hex62FCDC3D0D1a86045
Octal142374334750151250140105
Binary110001011111100110111001111010110111010100011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #62FCDC;
 }
 .AnyTagClassName
 {
   color: #62FCDC;
 }
</style>
background-color css

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

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

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

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

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

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