Html Css Color HEX #55F29B Medium Aquamarine

📋 copy color: '#55F29B'

red 85 ◦ green 242 ◦ blue 155

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

Shades of Medium Aquamarine #55F29B

Tints of Medium Aquamarine #55F29B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.21%

 BLUE value IS 155 (60.94% from 255) = 32.16%

R = 17.63%
G = 50.21%
B = 32.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#55F29B (or 0x55F29B) is known color: Medium Aquamarine. HEX triplet: 55, F2 and 9B. RGB value is (85,242,155). Sum of RGB (Red+Green+Blue) = 85+242+155=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #55F29B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F29B is #AA0D64. Grayscale: #B9B9B9. Windows color (decimal): -11144549 or 10220117. OLE color: 10220117.

HSL color Cylindrical-coordinate representation of color #55F29B: hue angle of 146.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F29B is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 242 155 -
CMYK 0.65 0 0.36 0.05
HSL 146.75º 0.86% 0.64% -
HSV(B) 146.75º 0.65% 0.95% -
XYZ 41.41 67.8 41.91 -
YUV 185.14 110.99 56.57 -
System Red Green Blue C M Y K H S L
Decimal 85 242 155 0.65 0 0.36 0.05 146.75 0.86 0.64
Hex 55 F2 9B 41 0 24 5 93 56 40
Octal 125 362 233 101 0 44 5 223 126 100
Binary 1010101 11110010 10011011 1000001 0 100100 101 10010011 1010110 1000000

Color Harmonies of #55F29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F29B

Black with #55F29B

Text Example


Text Example

White with #55F29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,242,155); }

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

background-color css

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

 a { background-color: rgb(85,242,155); }

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

border-color css

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

 span { border-color: rgb(85,242,155); }

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