#54BC92

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

Shades of Keppel #54BC92

Tints of Keppel #54BC92

Color information

#54BC92 (or 0x54BC92) is unknown color: approx Keppel. HEX triplet: 54, BC and 92. RGB value is (84,188,146). Sum of RGB (Red+Green+Blue) = 84+188+146=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BC92 is #AB436D. Grayscale: #989898. Windows color (decimal): -11223918 or 9616468. OLE color: 9616468.

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

Color convert

RGB84188146-
CMYK0.5500.220.26
HSL155.77º43.7%53.33%-
HSV(B)155.77º55.32%73.73%-
XYZ26.8339.9333.49-
YUV152.12124.5479.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.10%
GREEN value IS 188 (73.83% from 255) = 44.98%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=20.10%
G=44.98%
B=34.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841881460.5500.220.26155.7743.753.33
Hex54BC92370161A9c2c35
Octal12427422267026322345465
Binary101010010111100100100101101110101101101010011100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,188,146); }

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

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

 a { background-color: rgb(84,188,146); }

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

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

 span { border-color: rgb(84,188,146); }

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