#54BF94

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

Shades of Keppel #54BF94

Tints of Keppel #54BF94

Color information

#54BF94 (or 0x54BF94) is unknown color: approx Keppel. HEX triplet: 54, BF and 94. RGB value is (84,191,148). Sum of RGB (Red+Green+Blue) = 84+191+148=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #54BF94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BF94 is #AB406B. Grayscale: #9A9A9A. Windows color (decimal): -11223148 or 9748308. OLE color: 9748308.

HSL color Cylindrical-coordinate representation of color #54BF94: hue angle of 155.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BF94 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB84191148-
CMYK0.5600.230.25
HSL155.89º45.53%53.92%-
HSV(B)155.89º56.02%74.9%-
XYZ27.6341.2834.53-
YUV154.11124.5578-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.86%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=19.86%
G=45.15%
B=34.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841911480.5600.230.25155.8945.5353.92
Hex54BF9438017199c2e36
Octal12427722470027312345666
Binary101010010111111100101001110000101111100110011100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,191,148); }

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

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

 a { background-color: rgb(84,191,148); }

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

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

 span { border-color: rgb(84,191,148); }

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