Html Css Color HEX #55F7B2 Medium Aquamarine

📋 copy color: '#55F7B2'

red 85 ◦ green 247 ◦ blue 178

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

Shades of Medium Aquamarine #55F7B2

Tints of Medium Aquamarine #55F7B2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.43%

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 16.67%
G = 48.43%
B = 34.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#55F7B2 (or 0x55F7B2) is known color: Medium Aquamarine. HEX triplet: 55, F7 and B2. RGB value is (85,247,178). Sum of RGB (Red+Green+Blue) = 85+247+178=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F7B2 is #AA084D. Grayscale: #BEBEBE. Windows color (decimal): -11143246 or 11728725. OLE color: 11728725.

HSL color Cylindrical-coordinate representation of color #55F7B2: hue angle of 154.44º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F7B2 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 247 178 -
CMYK 0.66 0 0.28 0.03
HSL 154.44º 0.91% 0.65% -
HSV(B) 154.44º 0.66% 0.97% -
XYZ 45.04 71.67 53.58 -
YUV 190.7 120.83 52.61 -
System Red Green Blue C M Y K H S L
Decimal 85 247 178 0.66 0 0.28 0.03 154.44 0.91 0.65
Hex 55 F7 B2 42 0 1C 3 9A 5B 41
Octal 125 367 262 102 0 34 3 232 133 101
Binary 1010101 11110111 10110010 1000010 0 11100 11 10011010 1011011 1000001

Color Harmonies of #55F7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F7B2

Black with #55F7B2

Text Example


Text Example

White with #55F7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,247,178); }

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

background-color css

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

 a { background-color: rgb(85,247,178); }

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

border-color css

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

 span { border-color: rgb(85,247,178); }

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