Html Css Color HEX #60FCC4 Aquamarine

📋 copy color: '#60FCC4'

red 96 ◦ green 252 ◦ blue 196

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

Shades of Aquamarine #60FCC4

Tints of Aquamarine #60FCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.03%

R = 17.65%
G = 46.32%
B = 36.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#60FCC4 (or 0x60FCC4) is known color: Aquamarine. HEX triplet: 60, FC and C4. RGB value is (96,252,196). Sum of RGB (Red+Green+Blue) = 96+252+196=544 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.65% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCC4 is #9F033B. Grayscale: #C7C7C7. Windows color (decimal): -10421052 or 12909664. OLE color: 12909664.

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

Color convert

RGB 96 252 196 -
CMYK 0.62 0 0.22 0.01
HSL 158.46º 0.96% 0.68% -
HSV(B) 158.46º 0.62% 0.99% -
XYZ 49.6 76.09 64.3 -
YUV 198.97 126.32 54.55 -
System Red Green Blue C M Y K H S L
Decimal 96 252 196 0.62 0 0.22 0.01 158.46 0.96 0.68
Hex 60 FC C4 3E 0 16 1 9E 60 44
Octal 140 374 304 76 0 26 1 236 140 104
Binary 1100000 11111100 11000100 111110 0 10110 1 10011110 1100000 1000100

Color Harmonies of #60FCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FCC4

Black with #60FCC4

Text Example


Text Example

White with #60FCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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