Html Css Color HEX #60C9B5 Medium Aquamarine

📋 copy color: '#60C9B5'

red 96 ◦ green 201 ◦ blue 181

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

Shades of Medium Aquamarine #60C9B5

Tints of Medium Aquamarine #60C9B5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.05%

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

R = 20.08%
G = 42.05%
B = 37.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#60C9B5 (or 0x60C9B5) is known color: Medium Aquamarine. HEX triplet: 60, C9 and B5. RGB value is (96,201,181). Sum of RGB (Red+Green+Blue) = 96+201+181=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #60C9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C9B5 is #9F364A. Grayscale: #A7A7A7. Windows color (decimal): -10434123 or 11913568. OLE color: 11913568.

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

Color convert

RGB 96 201 181 -
CMYK 0.52 0 0.10 0.21
HSL 168.57º 0.49% 0.58% -
HSV(B) 168.57º 0.52% 0.79% -
XYZ 34.05 47.6 51.11 -
YUV 167.33 135.71 77.13 -
System Red Green Blue C M Y K H S L
Decimal 96 201 181 0.52 0 0.10 0.21 168.57 0.49 0.58
Hex 60 C9 B5 34 0 A 15 A9 31 3A
Octal 140 311 265 64 0 12 25 251 61 72
Binary 1100000 11001001 10110101 110100 0 1010 10101 10101001 110001 111010

Color Harmonies of #60C9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C9B5

Black with #60C9B5

Text Example


Text Example

White with #60C9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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