#54B08C

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

Shades of Keppel #54B08C

Tints of Keppel #54B08C

Color information

#54B08C (or 0x54B08C) is unknown color: approx Keppel. HEX triplet: 54, B0 and 8C. RGB value is (84,176,140). Sum of RGB (Red+Green+Blue) = 84+176+140=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #54B08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B08C is #AB4F73. Grayscale: #909090. Windows color (decimal): -11226996 or 9220180. OLE color: 9220180.

HSL color Cylindrical-coordinate representation of color #54B08C: hue angle of 156.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54B08C is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB84176140-
CMYK0.5200.200.31
HSL156.52º36.8%50.98%-
HSV(B)156.52º52.27%69.02%-
XYZ23.9234.8330.27-
YUV144.39125.5284.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21%
GREEN value IS 176 (69.14% from 255) = 44%
BLUE value IS 140 (55.08% from 255) = 35%
R=21%
G=44%
B=35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841761400.5200.200.31156.5236.850.98
Hex54B08C340141F9d2533
Octal12426021464024372354563
Binary101010010110000100011001101000101001111110011101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,176,140); }

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

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

 a { background-color: rgb(84,176,140); }

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

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

 span { border-color: rgb(84,176,140); }

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