Html Css Color HEX #60D8B2 Medium Aquamarine

📋 copy color: '#60D8B2'

red 96 ◦ green 216 ◦ blue 178

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

Shades of Medium Aquamarine #60D8B2

Tints of Medium Aquamarine #60D8B2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

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

R = 19.59%
G = 44.08%
B = 36.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#60D8B2 (or 0x60D8B2) is known color: Medium Aquamarine. HEX triplet: 60, D8 and B2. RGB value is (96,216,178). Sum of RGB (Red+Green+Blue) = 96+216+178=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #60D8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D8B2 is #9F274D. Grayscale: #AFAFAF. Windows color (decimal): -10430286 or 11720800. OLE color: 11720800.

HSL color Cylindrical-coordinate representation of color #60D8B2: hue angle of 161º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D8B2 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 216 178 -
CMYK 0.56 0 0.18 0.15
HSL 161º 0.61% 0.61% -
HSV(B) 161º 0.56% 0.85% -
XYZ 37.42 54.81 50.73 -
YUV 175.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 96 216 178 0.56 0 0.18 0.15 161 0.61 0.61
Hex 60 D8 B2 38 0 12 F A1 3D 3D
Octal 140 330 262 70 0 22 17 241 75 75
Binary 1100000 11011000 10110010 111000 0 10010 1111 10100001 111101 111101

Color Harmonies of #60D8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D8B2

Black with #60D8B2

Text Example


Text Example

White with #60D8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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