Html Css Color HEX #60E696 Medium Aquamarine

📋 copy color: '#60E696'

red 96 ◦ green 230 ◦ blue 150

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

Shades of Medium Aquamarine #60E696

Tints of Medium Aquamarine #60E696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.32%

 BLUE value IS 150 (58.98% from 255) = 31.51%

R = 20.17%
G = 48.32%
B = 31.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#60E696 (or 0x60E696) is known color: Medium Aquamarine. HEX triplet: 60, E6 and 96. RGB value is (96,230,150). Sum of RGB (Red+Green+Blue) = 96+230+150=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #60E696 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60E696 is #9F1969. Grayscale: #B5B5B5. Windows color (decimal): -10426730 or 9889376. OLE color: 9889376.

HSL color Cylindrical-coordinate representation of color #60E696: hue angle of 144.18º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E696 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 230 150 -
CMYK 0.58 0 0.35 0.10
HSL 144.18º 0.73% 0.64% -
HSV(B) 144.18º 0.58% 0.9% -
XYZ 38.63 61.28 38.65 -
YUV 180.81 110.61 67.5 -
System Red Green Blue C M Y K H S L
Decimal 96 230 150 0.58 0 0.35 0.10 144.18 0.73 0.64
Hex 60 E6 96 3A 0 23 A 90 49 40
Octal 140 346 226 72 0 43 12 220 111 100
Binary 1100000 11100110 10010110 111010 0 100011 1010 10010000 1001001 1000000

Color Harmonies of #60E696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E696

Black with #60E696

Text Example


Text Example

White with #60E696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,230,150); }

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

background-color css

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

 a { background-color: rgb(96,230,150); }

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

border-color css

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

 span { border-color: rgb(96,230,150); }

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