Html Css Color HEX #55EE99 Medium Aquamarine

📋 copy color: '#55EE99'

red 85 ◦ green 238 ◦ blue 153

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

Shades of Medium Aquamarine #55EE99

Tints of Medium Aquamarine #55EE99

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50%

 BLUE value IS 153 (60.16% from 255) = 32.14%

R = 17.86%
G = 50%
B = 32.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#55EE99 (or 0x55EE99) is known color: Medium Aquamarine. HEX triplet: 55, EE and 99. RGB value is (85,238,153). Sum of RGB (Red+Green+Blue) = 85+238+153=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EE99 is #AA1166. Grayscale: #B6B6B6. Windows color (decimal): -11145575 or 10088021. OLE color: 10088021.

HSL color Cylindrical-coordinate representation of color #55EE99: hue angle of 146.67º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EE99 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 238 153 -
CMYK 0.64 0 0.36 0.07
HSL 146.67º 0.82% 0.63% -
HSV(B) 146.67º 0.64% 0.93% -
XYZ 40.07 65.38 40.64 -
YUV 182.56 111.31 58.41 -
System Red Green Blue C M Y K H S L
Decimal 85 238 153 0.64 0 0.36 0.07 146.67 0.82 0.63
Hex 55 EE 99 40 0 24 7 93 52 3F
Octal 125 356 231 100 0 44 7 223 122 77
Binary 1010101 11101110 10011001 1000000 0 100100 111 10010011 1010010 111111

Color Harmonies of #55EE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EE99

Black with #55EE99

Text Example


Text Example

White with #55EE99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,238,153); }

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

background-color css

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

 a { background-color: rgb(85,238,153); }

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

border-color css

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

 span { border-color: rgb(85,238,153); }

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