Html Css Color HEX #60FDD9 Aquamarine

📋 copy color: '#60FDD9'

red 96 ◦ green 253 ◦ blue 217

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

Shades of Aquamarine #60FDD9

Tints of Aquamarine #60FDD9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.7%

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

R = 16.96%
G = 44.7%
B = 38.34%

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

#60FDD9 (or 0x60FDD9) is known color: Aquamarine. HEX triplet: 60, FD and D9. RGB value is (96,253,217). Sum of RGB (Red+Green+Blue) = 96+253+217=566 (74% of max value = 765). Red value is 96 (37.89% from 255 or 16.96% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDD9 is #9F0226. Grayscale: #C9C9C9. Windows color (decimal): -10420775 or 14286176. OLE color: 14286176.

HSL color Cylindrical-coordinate representation of color #60FDD9: hue angle of 166.24º degrees, saturation: 0.98, 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 #60FDD9 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 253 217 -
CMYK 0.62 0 0.14 0.01
HSL 166.24º 0.98% 0.68% -
HSV(B) 166.24º 0.62% 0.99% -
XYZ 52.47 77.75 77.89 -
YUV 201.95 136.49 52.43 -
System Red Green Blue C M Y K H S L
Decimal 96 253 217 0.62 0 0.14 0.01 166.24 0.98 0.68
Hex 60 FD D9 3E 0 E 1 A6 62 44
Octal 140 375 331 76 0 16 1 246 142 104
Binary 1100000 11111101 11011001 111110 0 1110 1 10100110 1100010 1000100

Color Harmonies of #60FDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FDD9

Black with #60FDD9

Text Example


Text Example

White with #60FDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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