Html Css Color HEX #60FCD9 Aquamarine

📋 copy color: '#60FCD9'

red 96 ◦ green 252 ◦ blue 217

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

Shades of Aquamarine #60FCD9

Tints of Aquamarine #60FCD9

RGB

 RED value IS 96 (37.89% from 255) = 16.99%

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

 BLUE value IS 217 (85.16% from 255) = 38.41%

R = 16.99%
G = 44.6%
B = 38.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#60FCD9 (or 0x60FCD9) is known color: Aquamarine. HEX triplet: 60, FC and D9. RGB value is (96,252,217). Sum of RGB (Red+Green+Blue) = 96+252+217=565 (74% of max value = 765). Red value is 96 (37.89% from 255 or 16.99% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCD9 is #9F0326. Grayscale: #C9C9C9. Windows color (decimal): -10421031 or 14285920. OLE color: 14285920.

HSL color Cylindrical-coordinate representation of color #60FCD9: hue angle of 166.54º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FCD9 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 252 217 -
CMYK 0.62 0 0.14 0.01
HSL 166.54º 0.96% 0.68% -
HSV(B) 166.54º 0.62% 0.99% -
XYZ 52.16 77.12 77.78 -
YUV 201.37 136.82 52.85 -
System Red Green Blue C M Y K H S L
Decimal 96 252 217 0.62 0 0.14 0.01 166.54 0.96 0.68
Hex 60 FC D9 3E 0 E 1 A7 60 44
Octal 140 374 331 76 0 16 1 247 140 104
Binary 1100000 11111100 11011001 111110 0 1110 1 10100111 1100000 1000100

Color Harmonies of #60FCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FCD9

Black with #60FCD9

Text Example


Text Example

White with #60FCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60FCD9; }

 p { color: rgb(96,252,217); }

 H1.HeaderClassName
 {
   color: #60FCD9;
 }
 .AnyTagClassName
 {
   color: #60FCD9;
 }
</style>

background-color css

<style>
 a { background-color: #60FCD9; }

 a { background-color: rgb(96,252,217); }

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

border-color css

<style>
 span { border-color: #60FCD9; }

 span { border-color: rgb(96,252,217); }

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