#54BD98

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

Shades of Keppel #54BD98

Tints of Keppel #54BD98

Color information

#54BD98 (or 0x54BD98) is unknown color: approx Keppel. HEX triplet: 54, BD and 98. RGB value is (84,189,152). Sum of RGB (Red+Green+Blue) = 84+189+152=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BD98 is #AB4267. Grayscale: #999999. Windows color (decimal): -11223656 or 10009940. OLE color: 10009940.

HSL color Cylindrical-coordinate representation of color #54BD98: hue angle of 158.86º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BD98 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB84189152-
CMYK0.5600.200.26
HSL158.86º44.3%53.53%-
HSV(B)158.86º55.56%74.12%-
XYZ27.5240.5536.08-
YUV153.39127.2178.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.76%
GREEN value IS 189 (74.22% from 255) = 44.47%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=19.76%
G=44.47%
B=35.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841891520.5600.200.26158.8644.353.53
Hex54BD98380141A9f2c36
Octal12427523070024322375466
Binary101010010111101100110001110000101001101010011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,189,152); }

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

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

 a { background-color: rgb(84,189,152); }

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

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

 span { border-color: rgb(84,189,152); }

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