Html Css Color HEX #60DAB6 Medium Aquamarine

📋 copy color: '#60DAB6'

red 96 ◦ green 218 ◦ blue 182

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

Shades of Medium Aquamarine #60DAB6

Tints of Medium Aquamarine #60DAB6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.95%

 BLUE value IS 182 (71.48% from 255) = 36.69%

R = 19.35%
G = 43.95%
B = 36.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#60DAB6 (or 0x60DAB6) is known color: Medium Aquamarine. HEX triplet: 60, DA and B6. RGB value is (96,218,182). Sum of RGB (Red+Green+Blue) = 96+218+182=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #60DAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DAB6 is #9F2549. Grayscale: #B1B1B1. Windows color (decimal): -10429770 or 11983456. OLE color: 11983456.

HSL color Cylindrical-coordinate representation of color #60DAB6: hue angle of 162.3º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DAB6 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 218 182 -
CMYK 0.56 0 0.17 0.15
HSL 162.3º 0.62% 0.62% -
HSV(B) 162.3º 0.56% 0.85% -
XYZ 38.34 56.01 53.05 -
YUV 177.42 130.58 69.93 -
System Red Green Blue C M Y K H S L
Decimal 96 218 182 0.56 0 0.17 0.15 162.3 0.62 0.62
Hex 60 DA B6 38 0 11 F A2 3E 3E
Octal 140 332 266 70 0 21 17 242 76 76
Binary 1100000 11011010 10110110 111000 0 10001 1111 10100010 111110 111110

Color Harmonies of #60DAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DAB6

Black with #60DAB6

Text Example


Text Example

White with #60DAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,218,182); }

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

background-color css

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

 a { background-color: rgb(96,218,182); }

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

border-color css

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

 span { border-color: rgb(96,218,182); }

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