Html Css Color HEX #60CAB2 Medium Aquamarine

📋 copy color: '#60CAB2'

red 96 ◦ green 202 ◦ blue 178

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

Shades of Medium Aquamarine #60CAB2

Tints of Medium Aquamarine #60CAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.39%

R = 20.17%
G = 42.44%
B = 37.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#60CAB2 (or 0x60CAB2) is known color: Medium Aquamarine. HEX triplet: 60, CA and B2. RGB value is (96,202,178). Sum of RGB (Red+Green+Blue) = 96+202+178=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CAB2 is #9F354D. Grayscale: #A7A7A7. Windows color (decimal): -10433870 or 11717216. OLE color: 11717216.

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

Color convert

RGB 96 202 178 -
CMYK 0.52 0 0.12 0.21
HSL 166.42º 0.5% 0.58% -
HSV(B) 166.42º 0.52% 0.79% -
XYZ 33.98 47.94 49.58 -
YUV 167.57 133.88 76.95 -
System Red Green Blue C M Y K H S L
Decimal 96 202 178 0.52 0 0.12 0.21 166.42 0.5 0.58
Hex 60 CA B2 34 0 C 15 A6 32 3A
Octal 140 312 262 64 0 14 25 246 62 72
Binary 1100000 11001010 10110010 110100 0 1100 10101 10100110 110010 111010

Color Harmonies of #60CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CAB2

Black with #60CAB2

Text Example


Text Example

White with #60CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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