Html Css Color HEX #55F69B Medium Aquamarine

📋 copy color: '#55F69B'

red 85 ◦ green 246 ◦ blue 155

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

Shades of Medium Aquamarine #55F69B

Tints of Medium Aquamarine #55F69B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.62%

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 17.49%
G = 50.62%
B = 31.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#55F69B (or 0x55F69B) is known color: Medium Aquamarine. HEX triplet: 55, F6 and 9B. RGB value is (85,246,155). Sum of RGB (Red+Green+Blue) = 85+246+155=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #55F69B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F69B is #AA0964. Grayscale: #BBBBBB. Windows color (decimal): -11143525 or 10221141. OLE color: 10221141.

HSL color Cylindrical-coordinate representation of color #55F69B: hue angle of 146.09º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F69B is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 246 155 -
CMYK 0.65 0 0.37 0.04
HSL 146.09º 0.9% 0.65% -
HSV(B) 146.09º 0.65% 0.96% -
XYZ 42.62 70.21 42.32 -
YUV 187.49 109.66 54.9 -
System Red Green Blue C M Y K H S L
Decimal 85 246 155 0.65 0 0.37 0.04 146.09 0.9 0.65
Hex 55 F6 9B 41 0 25 4 92 5A 41
Octal 125 366 233 101 0 45 4 222 132 101
Binary 1010101 11110110 10011011 1000001 0 100101 100 10010010 1011010 1000001

Color Harmonies of #55F69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F69B

Black with #55F69B

Text Example


Text Example

White with #55F69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,246,155); }

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

background-color css

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

 a { background-color: rgb(85,246,155); }

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

border-color css

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

 span { border-color: rgb(85,246,155); }

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