#54AF92

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

Shades of Keppel #54AF92

Tints of Keppel #54AF92

Color information

#54AF92 (or 0x54AF92) is unknown color: approx Keppel. HEX triplet: 54, AF and 92. RGB value is (84,175,146). Sum of RGB (Red+Green+Blue) = 84+175+146=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AF92 is #AB506D. Grayscale: #909090. Windows color (decimal): -11227246 or 9613140. OLE color: 9613140.

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

Color convert

RGB84175146-
CMYK0.5200.170.31
HSL160.88º36.25%50.78%-
HSV(B)160.88º52%68.63%-
XYZ24.1734.6232.6-
YUV144.48128.8584.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.74%
GREEN value IS 175 (68.75% from 255) = 43.21%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=20.74%
G=43.21%
B=36.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841751460.5200.170.31160.8836.2550.78
Hex54AF92340111Fa12433
Octal12425722264021372414463
Binary101010010101111100100101101000100011111110100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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