Html Css Color HEX #55CEAF Medium Aquamarine

📋 copy color: '#55CEAF'

red 85 ◦ green 206 ◦ blue 175

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

Shades of Medium Aquamarine #55CEAF

Tints of Medium Aquamarine #55CEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.21%

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

R = 18.24%
G = 44.21%
B = 37.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#55CEAF (or 0x55CEAF) is known color: Medium Aquamarine. HEX triplet: 55, CE and AF. RGB value is (85,206,175). Sum of RGB (Red+Green+Blue) = 85+206+175=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #55CEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CEAF is #AA3150. Grayscale: #A6A6A6. Windows color (decimal): -11153745 or 11521621. OLE color: 11521621.

HSL color Cylindrical-coordinate representation of color #55CEAF: hue angle of 164.63º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CEAF is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 206 175 -
CMYK 0.59 0 0.15 0.19
HSL 164.63º 0.55% 0.57% -
HSV(B) 164.63º 0.59% 0.81% -
XYZ 33.56 49.17 48.28 -
YUV 166.29 132.91 70.02 -
System Red Green Blue C M Y K H S L
Decimal 85 206 175 0.59 0 0.15 0.19 164.63 0.55 0.57
Hex 55 CE AF 3B 0 F 13 A5 37 39
Octal 125 316 257 73 0 17 23 245 67 71
Binary 1010101 11001110 10101111 111011 0 1111 10011 10100101 110111 111001

Color Harmonies of #55CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CEAF

Black with #55CEAF

Text Example


Text Example

White with #55CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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