Html Css Color HEX #60C7B2 Medium Aquamarine

📋 copy color: '#60C7B2'

red 96 ◦ green 199 ◦ blue 178

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

Shades of Medium Aquamarine #60C7B2

Tints of Medium Aquamarine #60C7B2

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.07%

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

R = 20.3%
G = 42.07%
B = 37.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#60C7B2 (or 0x60C7B2) is known color: Medium Aquamarine. HEX triplet: 60, C7 and B2. RGB value is (96,199,178). Sum of RGB (Red+Green+Blue) = 96+199+178=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #60C7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C7B2 is #9F384D. Grayscale: #A5A5A5. Windows color (decimal): -10434638 or 11716448. OLE color: 11716448.

HSL color Cylindrical-coordinate representation of color #60C7B2: hue angle of 167.77º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C7B2 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 199 178 -
CMYK 0.52 0 0.11 0.22
HSL 167.77º 0.48% 0.58% -
HSV(B) 167.77º 0.52% 0.78% -
XYZ 33.28 46.55 49.35 -
YUV 165.81 134.88 78.21 -
System Red Green Blue C M Y K H S L
Decimal 96 199 178 0.52 0 0.11 0.22 167.77 0.48 0.58
Hex 60 C7 B2 34 0 B 16 A8 30 3A
Octal 140 307 262 64 0 13 26 250 60 72
Binary 1100000 11000111 10110010 110100 0 1011 10110 10101000 110000 111010

Color Harmonies of #60C7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C7B2

Black with #60C7B2

Text Example


Text Example

White with #60C7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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