Html Css Color HEX #55F7B5 Medium Aquamarine

📋 copy color: '#55F7B5'

red 85 ◦ green 247 ◦ blue 181

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

Shades of Medium Aquamarine #55F7B5

Tints of Medium Aquamarine #55F7B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.28%

R = 16.57%
G = 48.15%
B = 35.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#55F7B5 (or 0x55F7B5) is known color: Medium Aquamarine. HEX triplet: 55, F7 and B5. RGB value is (85,247,181). Sum of RGB (Red+Green+Blue) = 85+247+181=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F7B5 is #AA084A. Grayscale: #BFBFBF. Windows color (decimal): -11143243 or 11925333. OLE color: 11925333.

HSL color Cylindrical-coordinate representation of color #55F7B5: hue angle of 155.56º 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 #55F7B5 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 247 181 -
CMYK 0.66 0 0.27 0.03
HSL 155.56º 0.91% 0.65% -
HSV(B) 155.56º 0.66% 0.97% -
XYZ 45.35 71.79 55.18 -
YUV 191.04 122.33 52.37 -
System Red Green Blue C M Y K H S L
Decimal 85 247 181 0.66 0 0.27 0.03 155.56 0.91 0.65
Hex 55 F7 B5 42 0 1B 3 9C 5B 41
Octal 125 367 265 102 0 33 3 234 133 101
Binary 1010101 11110111 10110101 1000010 0 11011 11 10011100 1011011 1000001

Color Harmonies of #55F7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F7B5

Black with #55F7B5

Text Example


Text Example

White with #55F7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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