#54B08A

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

Shades of Keppel #54B08A

Tints of Keppel #54B08A

Color information

#54B08A (or 0x54B08A) is unknown color: approx Keppel. HEX triplet: 54, B0 and 8A. RGB value is (84,176,138). Sum of RGB (Red+Green+Blue) = 84+176+138=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #54B08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B08A is #AB4F75. Grayscale: #909090. Windows color (decimal): -11226998 or 9089108. OLE color: 9089108.

HSL color Cylindrical-coordinate representation of color #54B08A: hue angle of 155.22º 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 #54B08A is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB84176138-
CMYK0.5200.220.31
HSL155.22º36.8%50.98%-
HSV(B)155.22º52.27%69.02%-
XYZ23.7734.7729.5-
YUV144.16124.5285.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.11%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 138 (54.30% from 255) = 34.67%
R=21.11%
G=44.22%
B=34.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841761380.5200.220.31155.2236.850.98
Hex54B08A340161F9b2533
Octal12426021264026372334563
Binary101010010110000100010101101000101101111110011011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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