Html Css Color HEX #60CCB2 Medium Aquamarine

📋 copy color: '#60CCB2'

red 96 ◦ green 204 ◦ blue 178

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

Shades of Medium Aquamarine #60CCB2

Tints of Medium Aquamarine #60CCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

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

R = 20.08%
G = 42.68%
B = 37.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#60CCB2 (or 0x60CCB2) is known color: Medium Aquamarine. HEX triplet: 60, CC and B2. RGB value is (96,204,178). Sum of RGB (Red+Green+Blue) = 96+204+178=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CCB2 is #9F334D. Grayscale: #A8A8A8. Windows color (decimal): -10433358 or 11717728. OLE color: 11717728.

HSL color Cylindrical-coordinate representation of color #60CCB2: hue angle of 165.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CCB2 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 204 178 -
CMYK 0.53 0 0.13 0.2
HSL 165.56º 0.51% 0.59% -
HSV(B) 165.56º 0.53% 0.8% -
XYZ 34.45 48.89 49.74 -
YUV 168.74 133.22 76.11 -
System Red Green Blue C M Y K H S L
Decimal 96 204 178 0.53 0 0.13 0.2 165.56 0.51 0.59
Hex 60 CC B2 35 0 D 14 A6 33 3B
Octal 140 314 262 65 0 15 24 246 63 73
Binary 1100000 11001100 10110010 110101 0 1101 10100 10100110 110011 111011

Color Harmonies of #60CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CCB2

Black with #60CCB2

Text Example


Text Example

White with #60CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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