Html Css Color HEX #55F29C Medium Aquamarine

📋 copy color: '#55F29C'

red 85 ◦ green 242 ◦ blue 156

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

Shades of Medium Aquamarine #55F29C

Tints of Medium Aquamarine #55F29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.3%

R = 17.6%
G = 50.1%
B = 32.3%

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

#55F29C (or 0x55F29C) is known color: Medium Aquamarine. HEX triplet: 55, F2 and 9C. RGB value is (85,242,156). Sum of RGB (Red+Green+Blue) = 85+242+156=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #55F29C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F29C is #AA0D63. Grayscale: #B9B9B9. Windows color (decimal): -11144548 or 10285653. OLE color: 10285653.

HSL color Cylindrical-coordinate representation of color #55F29C: hue angle of 147.13º 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 #55F29C is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 242 156 -
CMYK 0.65 0 0.36 0.05
HSL 147.13º 0.86% 0.64% -
HSV(B) 147.13º 0.65% 0.95% -
XYZ 41.5 67.84 42.36 -
YUV 185.25 111.49 56.49 -
System Red Green Blue C M Y K H S L
Decimal 85 242 156 0.65 0 0.36 0.05 147.13 0.86 0.64
Hex 55 F2 9C 41 0 24 5 93 56 40
Octal 125 362 234 101 0 44 5 223 126 100
Binary 1010101 11110010 10011100 1000001 0 100100 101 10010011 1010110 1000000

Color Harmonies of #55F29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F29C

Black with #55F29C

Text Example


Text Example

White with #55F29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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