Html Css Color HEX #60F0B5 Medium Aquamarine

📋 copy color: '#60F0B5'

red 96 ◦ green 240 ◦ blue 181

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

Shades of Medium Aquamarine #60F0B5

Tints of Medium Aquamarine #60F0B5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.42%

 BLUE value IS 181 (71.09% from 255) = 35.01%

R = 18.57%
G = 46.42%
B = 35.01%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#60F0B5 (or 0x60F0B5) is known color: Medium Aquamarine. HEX triplet: 60, F0 and B5. RGB value is (96,240,181). Sum of RGB (Red+Green+Blue) = 96+240+181=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #60F0B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F0B5 is #9F0F4A. Grayscale: #BEBEBE. Windows color (decimal): -10424139 or 11923552. OLE color: 11923552.

HSL color Cylindrical-coordinate representation of color #60F0B5: hue angle of 155.42º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F0B5 is Cyan = 0.6, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 240 181 -
CMYK 0.6 0 0.25 0.06
HSL 155.42º 0.83% 0.66% -
HSV(B) 155.42º 0.6% 0.94% -
XYZ 44.32 68.14 54.53 -
YUV 190.22 122.79 60.8 -
System Red Green Blue C M Y K H S L
Decimal 96 240 181 0.6 0 0.25 0.06 155.42 0.83 0.66
Hex 60 F0 B5 3C 0 19 6 9B 53 42
Octal 140 360 265 74 0 31 6 233 123 102
Binary 1100000 11110000 10110101 111100 0 11001 110 10011011 1010011 1000010

Color Harmonies of #60F0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F0B5

Black with #60F0B5

Text Example


Text Example

White with #60F0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,240,181); }

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

background-color css

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

 a { background-color: rgb(96,240,181); }

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

border-color css

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

 span { border-color: rgb(96,240,181); }

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