Html Css Color HEX #60DCB5 Medium Aquamarine

📋 copy color: '#60DCB5'

red 96 ◦ green 220 ◦ blue 181

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

Shades of Medium Aquamarine #60DCB5

Tints of Medium Aquamarine #60DCB5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.27%

 BLUE value IS 181 (71.09% from 255) = 36.42%

R = 19.32%
G = 44.27%
B = 36.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#60DCB5 (or 0x60DCB5) is known color: Medium Aquamarine. HEX triplet: 60, DC and B5. RGB value is (96,220,181). Sum of RGB (Red+Green+Blue) = 96+220+181=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCB5 is #9F234A. Grayscale: #B2B2B2. Windows color (decimal): -10429259 or 11918432. OLE color: 11918432.

HSL color Cylindrical-coordinate representation of color #60DCB5: hue angle of 161.13º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DCB5 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 220 181 -
CMYK 0.56 0 0.18 0.14
HSL 161.13º 0.64% 0.62% -
HSV(B) 161.13º 0.56% 0.86% -
XYZ 38.76 57.01 52.68 -
YUV 178.48 129.42 69.17 -
System Red Green Blue C M Y K H S L
Decimal 96 220 181 0.56 0 0.18 0.14 161.13 0.64 0.62
Hex 60 DC B5 38 0 12 E A1 40 3E
Octal 140 334 265 70 0 22 16 241 100 76
Binary 1100000 11011100 10110101 111000 0 10010 1110 10100001 1000000 111110

Color Harmonies of #60DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DCB5

Black with #60DCB5

Text Example


Text Example

White with #60DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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