Html Css Color HEX #60DFB0 Medium Aquamarine

📋 copy color: '#60DFB0'

red 96 ◦ green 223 ◦ blue 176

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

Shades of Medium Aquamarine #60DFB0

Tints of Medium Aquamarine #60DFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.05%

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 19.39%
G = 45.05%
B = 35.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#60DFB0 (or 0x60DFB0) is known color: Medium Aquamarine. HEX triplet: 60, DF and B0. RGB value is (96,223,176). Sum of RGB (Red+Green+Blue) = 96+223+176=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DFB0 is #9F204F. Grayscale: #B3B3B3. Windows color (decimal): -10428496 or 11591520. OLE color: 11591520.

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

Color convert

RGB 96 223 176 -
CMYK 0.57 0 0.21 0.13
HSL 157.8º 0.66% 0.63% -
HSV(B) 157.8º 0.57% 0.87% -
XYZ 39.05 58.4 50.29 -
YUV 179.67 125.92 68.32 -
System Red Green Blue C M Y K H S L
Decimal 96 223 176 0.57 0 0.21 0.13 157.8 0.66 0.63
Hex 60 DF B0 39 0 15 D 9E 42 3F
Octal 140 337 260 71 0 25 15 236 102 77
Binary 1100000 11011111 10110000 111001 0 10101 1101 10011110 1000010 111111

Color Harmonies of #60DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DFB0

Black with #60DFB0

Text Example


Text Example

White with #60DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,223,176); }

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

background-color css

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

 a { background-color: rgb(96,223,176); }

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

border-color css

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

 span { border-color: rgb(96,223,176); }

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