#54B08F

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

Shades of Keppel #54B08F

Tints of Keppel #54B08F

Color information

#54B08F (or 0x54B08F) is unknown color: approx Keppel. HEX triplet: 54, B0 and 8F. RGB value is (84,176,143). Sum of RGB (Red+Green+Blue) = 84+176+143=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #54B08F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B08F is #AB4F70. Grayscale: #909090. Windows color (decimal): -11226993 or 9416788. OLE color: 9416788.

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

Color convert

RGB84176143-
CMYK0.5200.190.31
HSL158.48º36.8%50.98%-
HSV(B)158.48º52.27%69.02%-
XYZ24.1434.9231.45-
YUV144.73127.0284.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.84%
GREEN value IS 176 (69.14% from 255) = 43.67%
BLUE value IS 143 (56.25% from 255) = 35.48%
R=20.84%
G=43.67%
B=35.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841761430.5200.190.31158.4836.850.98
Hex54B08F340131F9e2533
Octal12426021764023372364563
Binary101010010110000100011111101000100111111110011110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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