Html Css Color HEX #60FCD5 Aquamarine

📋 copy color: '#60FCD5'

red 96 ◦ green 252 ◦ blue 213

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

Shades of Aquamarine #60FCD5

Tints of Aquamarine #60FCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.97%

R = 17.11%
G = 44.92%
B = 37.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#60FCD5 (or 0x60FCD5) is known color: Aquamarine. HEX triplet: 60, FC and D5. RGB value is (96,252,213). Sum of RGB (Red+Green+Blue) = 96+252+213=561 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.11% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCD5 is #9F032A. Grayscale: #C8C8C8. Windows color (decimal): -10421035 or 14023776. OLE color: 14023776.

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

Color convert

RGB 96 252 213 -
CMYK 0.62 0 0.15 0.01
HSL 165º 0.96% 0.68% -
HSV(B) 165º 0.62% 0.99% -
XYZ 51.64 76.91 75.07 -
YUV 200.91 134.82 53.17 -
System Red Green Blue C M Y K H S L
Decimal 96 252 213 0.62 0 0.15 0.01 165 0.96 0.68
Hex 60 FC D5 3E 0 F 1 A5 60 44
Octal 140 374 325 76 0 17 1 245 140 104
Binary 1100000 11111100 11010101 111110 0 1111 1 10100101 1100000 1000100

Color Harmonies of #60FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FCD5

Black with #60FCD5

Text Example


Text Example

White with #60FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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