Html Css Color HEX #60FECE Aquamarine

📋 copy color: '#60FECE'

red 96 ◦ green 254 ◦ blue 206

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

Shades of Aquamarine #60FECE

Tints of Aquamarine #60FECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 17.27%
G = 45.68%
B = 37.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#60FECE (or 0x60FECE) is known color: Aquamarine. HEX triplet: 60, FE and CE. RGB value is (96,254,206). Sum of RGB (Red+Green+Blue) = 96+254+206=556 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.27% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #60FECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FECE is #9F0131. Grayscale: #C9C9C9. Windows color (decimal): -10420530 or 13565536. OLE color: 13565536.

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

Color convert

RGB 96 254 206 -
CMYK 0.62 0 0.19 0.00
HSL 161.77º 0.99% 0.69% -
HSV(B) 161.77º 0.62% 1% -
XYZ 51.41 77.83 70.71 -
YUV 201.29 130.65 52.9 -
System Red Green Blue C M Y K H S L
Decimal 96 254 206 0.62 0 0.19 0.00 161.77 0.99 0.69
Hex 60 FE CE 3E 0 13 0 A2 63 45
Octal 140 376 316 76 0 23 0 242 143 105
Binary 1100000 11111110 11001110 111110 0 10011 0 10100010 1100011 1000101

Color Harmonies of #60FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FECE

Black with #60FECE

Text Example


Text Example

White with #60FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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