Html Css Color HEX #60CAB3 Medium Aquamarine

📋 copy color: '#60CAB3'

red 96 ◦ green 202 ◦ blue 179

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

Shades of Medium Aquamarine #60CAB3

Tints of Medium Aquamarine #60CAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.53%

R = 20.13%
G = 42.35%
B = 37.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#60CAB3 (or 0x60CAB3) is known color: Medium Aquamarine. HEX triplet: 60, CA and B3. RGB value is (96,202,179). Sum of RGB (Red+Green+Blue) = 96+202+179=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAB3 is #9F354C. Grayscale: #A7A7A7. Windows color (decimal): -10433869 or 11782752. OLE color: 11782752.

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

Color convert

RGB 96 202 179 -
CMYK 0.52 0 0.11 0.21
HSL 166.98º 0.5% 0.58% -
HSV(B) 166.98º 0.52% 0.79% -
XYZ 34.08 47.98 50.11 -
YUV 167.68 134.38 76.87 -
System Red Green Blue C M Y K H S L
Decimal 96 202 179 0.52 0 0.11 0.21 166.98 0.5 0.58
Hex 60 CA B3 34 0 B 15 A7 32 3A
Octal 140 312 263 64 0 13 25 247 62 72
Binary 1100000 11001010 10110011 110100 0 1011 10101 10100111 110010 111010

Color Harmonies of #60CAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CAB3

Black with #60CAB3

Text Example


Text Example

White with #60CAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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