Html Css Color HEX #55FCB4 Medium Aquamarine

📋 copy color: '#55FCB4'

red 85 ◦ green 252 ◦ blue 180

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

Shades of Medium Aquamarine #55FCB4

Tints of Medium Aquamarine #55FCB4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.74%

 BLUE value IS 180 (70.7% from 255) = 34.82%

R = 16.44%
G = 48.74%
B = 34.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#55FCB4 (or 0x55FCB4) is known color: Medium Aquamarine. HEX triplet: 55, FC and B4. RGB value is (85,252,180). Sum of RGB (Red+Green+Blue) = 85+252+180=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCB4 is #AA034B. Grayscale: #C1C1C1. Windows color (decimal): -11141964 or 11861077. OLE color: 11861077.

HSL color Cylindrical-coordinate representation of color #55FCB4: hue angle of 154.13º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FCB4 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 252 180 -
CMYK 0.66 0 0.29 0.01
HSL 154.13º 0.97% 0.66% -
HSV(B) 154.13º 0.66% 0.99% -
XYZ 46.79 74.85 55.16 -
YUV 193.86 120.17 50.35 -
System Red Green Blue C M Y K H S L
Decimal 85 252 180 0.66 0 0.29 0.01 154.13 0.97 0.66
Hex 55 FC B4 42 0 1D 1 9A 61 42
Octal 125 374 264 102 0 35 1 232 141 102
Binary 1010101 11111100 10110100 1000010 0 11101 1 10011010 1100001 1000010

Color Harmonies of #55FCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FCB4

Black with #55FCB4

Text Example


Text Example

White with #55FCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,252,180); }

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

background-color css

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

 a { background-color: rgb(85,252,180); }

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

border-color css

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

 span { border-color: rgb(85,252,180); }

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