Html Css Color HEX #60FCE1 Aquamarine

📋 copy color: '#60FCE1'

red 96 ◦ green 252 ◦ blue 225

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

Shades of Aquamarine #60FCE1

Tints of Aquamarine #60FCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.27%

R = 16.75%
G = 43.98%
B = 39.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#60FCE1 (or 0x60FCE1) is known color: Aquamarine. HEX triplet: 60, FC and E1. RGB value is (96,252,225). Sum of RGB (Red+Green+Blue) = 96+252+225=573 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.75% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCE1 is #9F031E. Grayscale: #CACACA. Windows color (decimal): -10421023 or 14810208. OLE color: 14810208.

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

Color convert

RGB 96 252 225 -
CMYK 0.62 0 0.11 0.01
HSL 169.62º 0.96% 0.68% -
HSV(B) 169.62º 0.62% 0.99% -
XYZ 53.22 77.54 83.4 -
YUV 202.28 140.82 52.2 -
System Red Green Blue C M Y K H S L
Decimal 96 252 225 0.62 0 0.11 0.01 169.62 0.96 0.68
Hex 60 FC E1 3E 0 B 1 AA 60 44
Octal 140 374 341 76 0 13 1 252 140 104
Binary 1100000 11111100 11100001 111110 0 1011 1 10101010 1100000 1000100

Color Harmonies of #60FCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FCE1

Black with #60FCE1

Text Example


Text Example

White with #60FCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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