Html Css Color HEX #55F3A8 Medium Aquamarine

📋 copy color: '#55F3A8'

red 85 ◦ green 243 ◦ blue 168

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

Shades of Medium Aquamarine #55F3A8

Tints of Medium Aquamarine #55F3A8

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.99%

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 17.14%
G = 48.99%
B = 33.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#55F3A8 (or 0x55F3A8) is known color: Medium Aquamarine. HEX triplet: 55, F3 and A8. RGB value is (85,243,168). Sum of RGB (Red+Green+Blue) = 85+243+168=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #55F3A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F3A8 is #AA0C57. Grayscale: #BBBBBB. Windows color (decimal): -11144280 or 11072341. OLE color: 11072341.

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

Color convert

RGB 85 243 168 -
CMYK 0.65 0 0.31 0.05
HSL 151.52º 0.87% 0.64% -
HSV(B) 151.52º 0.65% 0.95% -
XYZ 42.86 68.86 48.08 -
YUV 187.21 117.15 55.1 -
System Red Green Blue C M Y K H S L
Decimal 85 243 168 0.65 0 0.31 0.05 151.52 0.87 0.64
Hex 55 F3 A8 41 0 1F 5 98 57 40
Octal 125 363 250 101 0 37 5 230 127 100
Binary 1010101 11110011 10101000 1000001 0 11111 101 10011000 1010111 1000000

Color Harmonies of #55F3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F3A8

Black with #55F3A8

Text Example


Text Example

White with #55F3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,243,168); }

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

background-color css

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

 a { background-color: rgb(85,243,168); }

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

border-color css

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

 span { border-color: rgb(85,243,168); }

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