Html Css Color HEX #55DEAF Medium Aquamarine

📋 copy color: '#55DEAF'

red 85 ◦ green 222 ◦ blue 175

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

Shades of Medium Aquamarine #55DEAF

Tints of Medium Aquamarine #55DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.06%

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 17.63%
G = 46.06%
B = 36.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#55DEAF (or 0x55DEAF) is known color: Medium Aquamarine. HEX triplet: 55, DE and AF. RGB value is (85,222,175). Sum of RGB (Red+Green+Blue) = 85+222+175=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DEAF is #AA2150. Grayscale: #AFAFAF. Windows color (decimal): -11149649 or 11525717. OLE color: 11525717.

HSL color Cylindrical-coordinate representation of color #55DEAF: hue angle of 159.42º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DEAF is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 222 175 -
CMYK 0.62 0 0.21 0.13
HSL 159.42º 0.67% 0.6% -
HSV(B) 159.42º 0.62% 0.87% -
XYZ 37.61 57.27 49.63 -
YUV 175.68 127.61 63.32 -
System Red Green Blue C M Y K H S L
Decimal 85 222 175 0.62 0 0.21 0.13 159.42 0.67 0.6
Hex 55 DE AF 3E 0 15 D 9F 43 3C
Octal 125 336 257 76 0 25 15 237 103 74
Binary 1010101 11011110 10101111 111110 0 10101 1101 10011111 1000011 111100

Color Harmonies of #55DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DEAF

Black with #55DEAF

Text Example


Text Example

White with #55DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,222,175); }

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

background-color css

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

 a { background-color: rgb(85,222,175); }

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

border-color css

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

 span { border-color: rgb(85,222,175); }

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