Html Css Color HEX #55F996 Medium Aquamarine

📋 copy color: '#55F996'

red 85 ◦ green 249 ◦ blue 150

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

Shades of Medium Aquamarine #55F996

Tints of Medium Aquamarine #55F996

RGB

 RED value IS 85 (33.59% from 255) = 17.56%

 GREEN value IS 249 (97.66% from 255) = 51.45%

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

R = 17.56%
G = 51.45%
B = 30.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#55F996 (or 0x55F996) is known color: Medium Aquamarine. HEX triplet: 55, F9 and 96. RGB value is (85,249,150). Sum of RGB (Red+Green+Blue) = 85+249+150=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #55F996 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F996 is #AA0669. Grayscale: #BCBCBC. Windows color (decimal): -11142762 or 9894229. OLE color: 9894229.

HSL color Cylindrical-coordinate representation of color #55F996: hue angle of 143.78º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F996 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 249 150 -
CMYK 0.66 0 0.40 0.02
HSL 143.78º 0.93% 0.65% -
HSV(B) 143.78º 0.66% 0.98% -
XYZ 43.13 71.88 40.46 -
YUV 188.68 106.17 54.05 -
System Red Green Blue C M Y K H S L
Decimal 85 249 150 0.66 0 0.40 0.02 143.78 0.93 0.65
Hex 55 F9 96 42 0 28 2 90 5D 41
Octal 125 371 226 102 0 50 2 220 135 101
Binary 1010101 11111001 10010110 1000010 0 101000 10 10010000 1011101 1000001

Color Harmonies of #55F996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F996

Black with #55F996

Text Example


Text Example

White with #55F996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55F996; }

 p { color: rgb(85,249,150); }

 H1.HeaderClassName
 {
   color: #55F996;
 }
 .AnyTagClassName
 {
   color: #55F996;
 }
</style>

background-color css

<style>
 a { background-color: #55F996; }

 a { background-color: rgb(85,249,150); }

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

border-color css

<style>
 span { border-color: #55F996; }

 span { border-color: rgb(85,249,150); }

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