Html Css Color HEX #60F5DC Aquamarine

📋 copy color: '#60F5DC'

red 96 ◦ green 245 ◦ blue 220

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

Shades of Aquamarine #60F5DC

Tints of Aquamarine #60F5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.67%

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 17.11%
G = 43.67%
B = 39.22%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#60F5DC (or 0x60F5DC) is known color: Aquamarine. HEX triplet: 60, F5 and DC. RGB value is (96,245,220). Sum of RGB (Red+Green+Blue) = 96+245+220=561 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.11% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F5DC is #9F0A23. Grayscale: #C5C5C5. Windows color (decimal): -10422820 or 14480736. OLE color: 14480736.

HSL color Cylindrical-coordinate representation of color #60F5DC: hue angle of 169.93º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F5DC is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 245 220 -
CMYK 0.61 0 0.10 0.04
HSL 169.93º 0.88% 0.67% -
HSV(B) 169.93º 0.61% 0.96% -
XYZ 50.39 72.96 79.14 -
YUV 197.6 140.64 55.53 -
System Red Green Blue C M Y K H S L
Decimal 96 245 220 0.61 0 0.10 0.04 169.93 0.88 0.67
Hex 60 F5 DC 3D 0 A 4 AA 58 43
Octal 140 365 334 75 0 12 4 252 130 103
Binary 1100000 11110101 11011100 111101 0 1010 100 10101010 1011000 1000011

Color Harmonies of #60F5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F5DC

Black with #60F5DC

Text Example


Text Example

White with #60F5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,245,220); }

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

background-color css

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

 a { background-color: rgb(96,245,220); }

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

border-color css

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

 span { border-color: rgb(96,245,220); }

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