Html Css Color HEX #60C8B5 Medium Aquamarine

📋 copy color: '#60C8B5'

red 96 ◦ green 200 ◦ blue 181

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

Shades of Medium Aquamarine #60C8B5

Tints of Medium Aquamarine #60C8B5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.93%

 BLUE value IS 181 (71.09% from 255) = 37.95%

R = 20.13%
G = 41.93%
B = 37.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#60C8B5 (or 0x60C8B5) is known color: Medium Aquamarine. HEX triplet: 60, C8 and B5. RGB value is (96,200,181). Sum of RGB (Red+Green+Blue) = 96+200+181=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #60C8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C8B5 is #9F374A. Grayscale: #A6A6A6. Windows color (decimal): -10434379 or 11913312. OLE color: 11913312.

HSL color Cylindrical-coordinate representation of color #60C8B5: hue angle of 169.04º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C8B5 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 200 181 -
CMYK 0.52 0 0.09 0.22
HSL 169.04º 0.49% 0.58% -
HSV(B) 169.04º 0.52% 0.78% -
XYZ 33.82 47.13 51.03 -
YUV 166.74 136.04 77.54 -
System Red Green Blue C M Y K H S L
Decimal 96 200 181 0.52 0 0.09 0.22 169.04 0.49 0.58
Hex 60 C8 B5 34 0 9 16 A9 31 3A
Octal 140 310 265 64 0 11 26 251 61 72
Binary 1100000 11001000 10110101 110100 0 1001 10110 10101001 110001 111010

Color Harmonies of #60C8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C8B5

Black with #60C8B5

Text Example


Text Example

White with #60C8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,200,181); }

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

background-color css

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

 a { background-color: rgb(96,200,181); }

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

border-color css

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

 span { border-color: rgb(96,200,181); }

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