#54AF8C

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

Shades of Keppel #54AF8C

Tints of Keppel #54AF8C

Color information

#54AF8C (or 0x54AF8C) is unknown color: approx Keppel. HEX triplet: 54, AF and 8C. RGB value is (84,175,140). Sum of RGB (Red+Green+Blue) = 84+175+140=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AF8C is #AB5073. Grayscale: #8F8F8F. Windows color (decimal): -11227252 or 9219924. OLE color: 9219924.

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

Color convert

RGB84175140-
CMYK0.5200.20.31
HSL156.92º36.25%50.78%-
HSV(B)156.92º52%68.63%-
XYZ23.7234.4430.21-
YUV143.8125.8585.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.05%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=21.05%
G=43.86%
B=35.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841751400.5200.20.31156.9236.2550.78
Hex54AF8C340141F9d2433
Octal12425721464024372354463
Binary101010010101111100011001101000101001111110011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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