Html Css Color HEX #60FEDD Aquamarine

📋 copy color: '#60FEDD'

red 96 ◦ green 254 ◦ blue 221

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

Shades of Aquamarine #60FEDD

Tints of Aquamarine #60FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.48%

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 16.81%
G = 44.48%
B = 38.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#60FEDD (or 0x60FEDD) is known color: Aquamarine. HEX triplet: 60, FE and DD. RGB value is (96,254,221). Sum of RGB (Red+Green+Blue) = 96+254+221=571 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.81% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FEDD is #9F0122. Grayscale: #CACACA. Windows color (decimal): -10420515 or 14548576. OLE color: 14548576.

HSL color Cylindrical-coordinate representation of color #60FEDD: hue angle of 167.47º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FEDD is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 254 221 -
CMYK 0.62 0 0.13 0.00
HSL 167.47º 0.99% 0.69% -
HSV(B) 167.47º 0.62% 1% -
XYZ 53.32 78.59 80.77 -
YUV 203 138.15 51.68 -
System Red Green Blue C M Y K H S L
Decimal 96 254 221 0.62 0 0.13 0.00 167.47 0.99 0.69
Hex 60 FE DD 3E 0 D 0 A7 63 45
Octal 140 376 335 76 0 15 0 247 143 105
Binary 1100000 11111110 11011101 111110 0 1101 0 10100111 1100011 1000101

Color Harmonies of #60FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FEDD

Black with #60FEDD

Text Example


Text Example

White with #60FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,254,221); }

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

background-color css

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

 a { background-color: rgb(96,254,221); }

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

border-color css

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

 span { border-color: rgb(96,254,221); }

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