Html Css Color HEX #60DDB1 Medium Aquamarine

📋 copy color: '#60DDB1'

red 96 ◦ green 221 ◦ blue 177

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

Shades of Medium Aquamarine #60DDB1

Tints of Medium Aquamarine #60DDB1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.74%

 BLUE value IS 177 (69.53% from 255) = 35.83%

R = 19.43%
G = 44.74%
B = 35.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#60DDB1 (or 0x60DDB1) is known color: Medium Aquamarine. HEX triplet: 60, DD and B1. RGB value is (96,221,177). Sum of RGB (Red+Green+Blue) = 96+221+177=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DDB1 is #9F224E. Grayscale: #B2B2B2. Windows color (decimal): -10429007 or 11656544. OLE color: 11656544.

HSL color Cylindrical-coordinate representation of color #60DDB1: hue angle of 158.88º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DDB1 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 221 177 -
CMYK 0.57 0 0.20 0.13
HSL 158.88º 0.65% 0.62% -
HSV(B) 158.88º 0.57% 0.87% -
XYZ 38.62 57.37 50.63 -
YUV 178.61 127.09 69.08 -
System Red Green Blue C M Y K H S L
Decimal 96 221 177 0.57 0 0.20 0.13 158.88 0.65 0.62
Hex 60 DD B1 39 0 14 D 9F 41 3E
Octal 140 335 261 71 0 24 15 237 101 76
Binary 1100000 11011101 10110001 111001 0 10100 1101 10011111 1000001 111110

Color Harmonies of #60DDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DDB1

Black with #60DDB1

Text Example


Text Example

White with #60DDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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