#54A98B

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

Shades of Keppel #54A98B

Tints of Keppel #54A98B

Color information

#54A98B (or 0x54A98B) is unknown color: approx Keppel. HEX triplet: 54, A9 and 8B. RGB value is (84,169,139). Sum of RGB (Red+Green+Blue) = 84+169+139=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 169 - color contains mainly: green. Hex color #54A98B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A98B is #AB5674. Grayscale: #8C8C8C. Windows color (decimal): -11228789 or 9152852. OLE color: 9152852.

HSL color Cylindrical-coordinate representation of color #54A98B: hue angle of 158.82º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A98B is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB84169139-
CMYK0.5000.180.34
HSL158.82º33.6%49.61%-
HSV(B)158.82º50.3%66.27%-
XYZ22.532.1229.44-
YUV140.16127.3487.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.43%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=21.43%
G=43.11%
B=35.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal841691390.5000.180.34158.8233.649.61
Hex54A98B32012229f2232
Octal12425121362022422374262
Binary1010100101010011000101111001001001010001010011111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A98B; }

 p { color: rgb(84,169,139); }

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

<style>
 a { background-color: #54A98B; }

 a { background-color: rgb(84,169,139); }

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

<style>
 span { border-color: #54A98B; }

 span { border-color: rgb(84,169,139); }

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