Html Css Color HEX #55CCA8 Medium Aquamarine

📋 copy color: '#55CCA8'

red 85 ◦ green 204 ◦ blue 168

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

Shades of Medium Aquamarine #55CCA8

Tints of Medium Aquamarine #55CCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.76%

R = 18.6%
G = 44.64%
B = 36.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#55CCA8 (or 0x55CCA8) is known color: Medium Aquamarine. HEX triplet: 55, CC and A8. RGB value is (85,204,168). Sum of RGB (Red+Green+Blue) = 85+204+168=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CCA8 is #AA3357. Grayscale: #A4A4A4. Windows color (decimal): -11154264 or 11062357. OLE color: 11062357.

HSL color Cylindrical-coordinate representation of color #55CCA8: hue angle of 161.85º 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 #55CCA8 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 204 168 -
CMYK 0.58 0 0.18 0.2
HSL 161.85º 0.54% 0.57% -
HSV(B) 161.85º 0.58% 0.8% -
XYZ 32.41 47.94 44.59 -
YUV 164.32 130.08 71.43 -
System Red Green Blue C M Y K H S L
Decimal 85 204 168 0.58 0 0.18 0.2 161.85 0.54 0.57
Hex 55 CC A8 3A 0 12 14 A2 36 39
Octal 125 314 250 72 0 22 24 242 66 71
Binary 1010101 11001100 10101000 111010 0 10010 10100 10100010 110110 111001

Color Harmonies of #55CCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCA8

Black with #55CCA8

Text Example


Text Example

White with #55CCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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