#55AF8D

Color #55AF8D Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #55AF8D

Tints of Keppel #55AF8D

Color information

#55AF8D (or 0x55AF8D) is unknown color: approx Keppel. HEX triplet: 55, AF and 8D. RGB value is (85,175,141). Sum of RGB (Red+Green+Blue) = 85+175+141=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AF8D is #AA5072. Grayscale: #909090. Windows color (decimal): -11161715 or 9285461. OLE color: 9285461.

HSL color Cylindrical-coordinate representation of color #55AF8D: hue angle of 157.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AF8D is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB85175141-
CMYK0.5100.190.31
HSL157.33º36%50.98%-
HSV(B)157.33º51.43%68.63%-
XYZ23.8834.5130.6-
YUV144.21126.1885.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.20%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=21.20%
G=43.64%
B=35.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851751410.5100.190.31157.333650.98
Hex55AF8D330131F9d2433
Octal12525721563023372354463
Binary101010110101111100011011100110100111111110011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55AF8D;
 }
 .AnyTagClassName
 {
   color: #55AF8D;
 }
</style>
background-color css

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

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

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

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

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

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