Html Css Color HEX #60F5D8 Aquamarine

📋 copy color: '#60F5D8'

red 96 ◦ green 245 ◦ blue 216

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

Shades of Aquamarine #60F5D8

Tints of Aquamarine #60F5D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.78%

R = 17.24%
G = 43.99%
B = 38.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#60F5D8 (or 0x60F5D8) is known color: Aquamarine. HEX triplet: 60, F5 and D8. RGB value is (96,245,216). Sum of RGB (Red+Green+Blue) = 96+245+216=557 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.24% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F5D8 is #9F0A27. Grayscale: #C5C5C5. Windows color (decimal): -10422824 or 14218592. OLE color: 14218592.

HSL color Cylindrical-coordinate representation of color #60F5D8: hue angle of 168.32º 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 #60F5D8 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 245 216 -
CMYK 0.61 0 0.12 0.04
HSL 168.32º 0.88% 0.67% -
HSV(B) 168.32º 0.61% 0.96% -
XYZ 49.87 72.75 76.38 -
YUV 197.14 138.64 55.86 -
System Red Green Blue C M Y K H S L
Decimal 96 245 216 0.61 0 0.12 0.04 168.32 0.88 0.67
Hex 60 F5 D8 3D 0 C 4 A8 58 43
Octal 140 365 330 75 0 14 4 250 130 103
Binary 1100000 11110101 11011000 111101 0 1100 100 10101000 1011000 1000011

Color Harmonies of #60F5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F5D8

Black with #60F5D8

Text Example


Text Example

White with #60F5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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