Html Css Color HEX #60CAB0 Medium Aquamarine

📋 copy color: '#60CAB0'

red 96 ◦ green 202 ◦ blue 176

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

Shades of Medium Aquamarine #60CAB0

Tints of Medium Aquamarine #60CAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.62%

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

R = 20.25%
G = 42.62%
B = 37.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#60CAB0 (or 0x60CAB0) is known color: Medium Aquamarine. HEX triplet: 60, CA and B0. RGB value is (96,202,176). Sum of RGB (Red+Green+Blue) = 96+202+176=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CAB0 is #9F354F. Grayscale: #A7A7A7. Windows color (decimal): -10433872 or 11586144. OLE color: 11586144.

HSL color Cylindrical-coordinate representation of color #60CAB0: hue angle of 165.28º degrees, saturation: 0.5, 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 #60CAB0 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 202 176 -
CMYK 0.52 0 0.13 0.21
HSL 165.28º 0.5% 0.58% -
HSV(B) 165.28º 0.52% 0.79% -
XYZ 33.78 47.86 48.53 -
YUV 167.34 132.88 77.11 -
System Red Green Blue C M Y K H S L
Decimal 96 202 176 0.52 0 0.13 0.21 165.28 0.5 0.58
Hex 60 CA B0 34 0 D 15 A5 32 3A
Octal 140 312 260 64 0 15 25 245 62 72
Binary 1100000 11001010 10110000 110100 0 1101 10101 10100101 110010 111010

Color Harmonies of #60CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CAB0

Black with #60CAB0

Text Example


Text Example

White with #60CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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