Html Css Color HEX #60CBA9 Medium Aquamarine

📋 copy color: '#60CBA9'

red 96 ◦ green 203 ◦ blue 169

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

Shades of Medium Aquamarine #60CBA9

Tints of Medium Aquamarine #60CBA9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.38%

 BLUE value IS 169 (66.41% from 255) = 36.11%

R = 20.51%
G = 43.38%
B = 36.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#60CBA9 (or 0x60CBA9) is known color: Medium Aquamarine. HEX triplet: 60, CB and A9. RGB value is (96,203,169). Sum of RGB (Red+Green+Blue) = 96+203+169=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CBA9 is #9F3456. Grayscale: #A7A7A7. Windows color (decimal): -10433623 or 11127648. OLE color: 11127648.

HSL color Cylindrical-coordinate representation of color #60CBA9: hue angle of 160.93º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CBA9 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 203 169 -
CMYK 0.53 0 0.17 0.20
HSL 160.93º 0.51% 0.59% -
HSV(B) 160.93º 0.53% 0.8% -
XYZ 33.34 48.06 45.06 -
YUV 167.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 96 203 169 0.53 0 0.17 0.20 160.93 0.51 0.59
Hex 60 CB A9 35 0 11 14 A1 33 3B
Octal 140 313 251 65 0 21 24 241 63 73
Binary 1100000 11001011 10101001 110101 0 10001 10100 10100001 110011 111011

Color Harmonies of #60CBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CBA9

Black with #60CBA9

Text Example


Text Example

White with #60CBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,203,169); }

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

background-color css

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

 a { background-color: rgb(96,203,169); }

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

border-color css

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

 span { border-color: rgb(96,203,169); }

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