Html Css Color HEX #60CBAB Medium Aquamarine

📋 copy color: '#60CBAB'

red 96 ◦ green 203 ◦ blue 171

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

Shades of Medium Aquamarine #60CBAB

Tints of Medium Aquamarine #60CBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 20.43%
G = 43.19%
B = 36.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#60CBAB (or 0x60CBAB) is known color: Medium Aquamarine. HEX triplet: 60, CB and AB. RGB value is (96,203,171). Sum of RGB (Red+Green+Blue) = 96+203+171=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CBAB is #9F3454. Grayscale: #A7A7A7. Windows color (decimal): -10433621 or 11258720. OLE color: 11258720.

HSL color Cylindrical-coordinate representation of color #60CBAB: hue angle of 162.06º 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 #60CBAB is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 203 171 -
CMYK 0.53 0 0.16 0.20
HSL 162.06º 0.51% 0.59% -
HSV(B) 162.06º 0.53% 0.8% -
XYZ 33.53 48.14 46.05 -
YUV 167.36 130.05 77.1 -
System Red Green Blue C M Y K H S L
Decimal 96 203 171 0.53 0 0.16 0.20 162.06 0.51 0.59
Hex 60 CB AB 35 0 10 14 A2 33 3B
Octal 140 313 253 65 0 20 24 242 63 73
Binary 1100000 11001011 10101011 110101 0 10000 10100 10100010 110011 111011

Color Harmonies of #60CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CBAB

Black with #60CBAB

Text Example


Text Example

White with #60CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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