Html Css Color HEX #60CAB5 Medium Aquamarine

📋 copy color: '#60CAB5'

red 96 ◦ green 202 ◦ blue 181

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

Shades of Medium Aquamarine #60CAB5

Tints of Medium Aquamarine #60CAB5

RGB

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

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

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

R = 20.04%
G = 42.17%
B = 37.79%

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

#60CAB5 (or 0x60CAB5) is known color: Medium Aquamarine. HEX triplet: 60, CA and B5. RGB value is (96,202,181). Sum of RGB (Red+Green+Blue) = 96+202+181=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAB5 is #9F354A. Grayscale: #A7A7A7. Windows color (decimal): -10433867 or 11913824. OLE color: 11913824.

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

Color convert

RGB 96 202 181 -
CMYK 0.52 0 0.10 0.21
HSL 168.11º 0.5% 0.58% -
HSV(B) 168.11º 0.52% 0.79% -
XYZ 34.28 48.06 51.19 -
YUV 167.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 96 202 181 0.52 0 0.10 0.21 168.11 0.5 0.58
Hex 60 CA B5 34 0 A 15 A8 32 3A
Octal 140 312 265 64 0 12 25 250 62 72
Binary 1100000 11001010 10110101 110100 0 1010 10101 10101000 110010 111010

Color Harmonies of #60CAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CAB5

Black with #60CAB5

Text Example


Text Example

White with #60CAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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