#54B28F

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

Shades of Keppel #54B28F

Tints of Keppel #54B28F

Color information

#54B28F (or 0x54B28F) is unknown color: approx Keppel. HEX triplet: 54, B2 and 8F. RGB value is (84,178,143). Sum of RGB (Red+Green+Blue) = 84+178+143=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #54B28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B28F is #AB4D70. Grayscale: #919191. Windows color (decimal): -11226481 or 9417300. OLE color: 9417300.

HSL color Cylindrical-coordinate representation of color #54B28F: hue angle of 157.66º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B28F is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB84178143-
CMYK0.5300.200.30
HSL157.66º37.9%51.37%-
HSV(B)157.66º52.81%69.8%-
XYZ24.5335.7131.59-
YUV145.9126.3683.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.74%
GREEN value IS 178 (69.92% from 255) = 43.95%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=20.74%
G=43.95%
B=35.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841781430.5300.200.30157.6637.951.37
Hex54B28F350141E9e2633
Octal12426221765024362364663
Binary101010010110010100011111101010101001111010011110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,178,143); }

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

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

 a { background-color: rgb(84,178,143); }

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

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

 span { border-color: rgb(84,178,143); }

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