Html Css Color HEX #60F5DD Aquamarine

📋 copy color: '#60F5DD'

red 96 ◦ green 245 ◦ blue 221

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

Shades of Aquamarine #60F5DD

Tints of Aquamarine #60F5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 17.08%
G = 43.59%
B = 39.32%

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

#60F5DD (or 0x60F5DD) is known color: Aquamarine. HEX triplet: 60, F5 and DD. RGB value is (96,245,221). Sum of RGB (Red+Green+Blue) = 96+245+221=562 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.08% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F5DD is #9F0A22. Grayscale: #C5C5C5. Windows color (decimal): -10422819 or 14546272. OLE color: 14546272.

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

Color convert

RGB 96 245 221 -
CMYK 0.61 0 0.10 0.04
HSL 170.34º 0.88% 0.67% -
HSV(B) 170.34º 0.61% 0.96% -
XYZ 50.53 73.01 79.84 -
YUV 197.71 141.14 55.45 -
System Red Green Blue C M Y K H S L
Decimal 96 245 221 0.61 0 0.10 0.04 170.34 0.88 0.67
Hex 60 F5 DD 3D 0 A 4 AA 58 43
Octal 140 365 335 75 0 12 4 252 130 103
Binary 1100000 11110101 11011101 111101 0 1010 100 10101010 1011000 1000011

Color Harmonies of #60F5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F5DD

Black with #60F5DD

Text Example


Text Example

White with #60F5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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