Html Css Color HEX #55CCAB Medium Aquamarine

📋 copy color: '#55CCAB'

red 85 ◦ green 204 ◦ blue 171

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

Shades of Medium Aquamarine #55CCAB

Tints of Medium Aquamarine #55CCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.35%

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 18.48%
G = 44.35%
B = 37.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#55CCAB (or 0x55CCAB) is known color: Medium Aquamarine. HEX triplet: 55, CC and AB. RGB value is (85,204,171). Sum of RGB (Red+Green+Blue) = 85+204+171=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CCAB is #AA3354. Grayscale: #A4A4A4. Windows color (decimal): -11154261 or 11258965. OLE color: 11258965.

HSL color Cylindrical-coordinate representation of color #55CCAB: hue angle of 163.36º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CCAB is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 204 171 -
CMYK 0.58 0 0.16 0.2
HSL 163.36º 0.54% 0.57% -
HSV(B) 163.36º 0.58% 0.8% -
XYZ 32.69 48.06 46.08 -
YUV 164.66 131.58 71.18 -
System Red Green Blue C M Y K H S L
Decimal 85 204 171 0.58 0 0.16 0.2 163.36 0.54 0.57
Hex 55 CC AB 3A 0 10 14 A3 36 39
Octal 125 314 253 72 0 20 24 243 66 71
Binary 1010101 11001100 10101011 111010 0 10000 10100 10100011 110110 111001

Color Harmonies of #55CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCAB

Black with #55CCAB

Text Example


Text Example

White with #55CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,204,171); }

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

background-color css

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

 a { background-color: rgb(85,204,171); }

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

border-color css

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

 span { border-color: rgb(85,204,171); }

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