Html Css Color HEX #55F3B4 Medium Aquamarine

📋 copy color: '#55F3B4'

red 85 ◦ green 243 ◦ blue 180

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

Shades of Medium Aquamarine #55F3B4

Tints of Medium Aquamarine #55F3B4

RGB

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

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

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

R = 16.73%
G = 47.83%
B = 35.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#55F3B4 (or 0x55F3B4) is known color: Medium Aquamarine. HEX triplet: 55, F3 and B4. RGB value is (85,243,180). Sum of RGB (Red+Green+Blue) = 85+243+180=508 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.73% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #55F3B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F3B4 is #AA0C4B. Grayscale: #BCBCBC. Windows color (decimal): -11144268 or 11858773. OLE color: 11858773.

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

Color convert

RGB 85 243 180 -
CMYK 0.65 0 0.26 0.05
HSL 156.08º 0.87% 0.64% -
HSV(B) 156.08º 0.65% 0.95% -
XYZ 44.04 69.33 54.24 -
YUV 188.58 123.15 54.12 -
System Red Green Blue C M Y K H S L
Decimal 85 243 180 0.65 0 0.26 0.05 156.08 0.87 0.64
Hex 55 F3 B4 41 0 1A 5 9C 57 40
Octal 125 363 264 101 0 32 5 234 127 100
Binary 1010101 11110011 10110100 1000001 0 11010 101 10011100 1010111 1000000

Color Harmonies of #55F3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F3B4

Black with #55F3B4

Text Example


Text Example

White with #55F3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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