#5FAC9C

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

Shades of Keppel #5FAC9C

Tints of Keppel #5FAC9C

Color information

#5FAC9C (or 0x5FAC9C) is unknown color: approx Keppel. HEX triplet: 5F, AC and 9C. RGB value is (95,172,156). Sum of RGB (Red+Green+Blue) = 95+172+156=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAC9C is #A05363. Grayscale: #939393. Windows color (decimal): -10507108 or 10267743. OLE color: 10267743.

HSL color Cylindrical-coordinate representation of color #5FAC9C: hue angle of 167.53º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAC9C is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB95172156-
CMYK0.4500.090.33
HSL167.53º31.69%52.35%-
HSV(B)167.53º44.77%67.45%-
XYZ25.4734.3436.74-
YUV147.15132.9990.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.46%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=22.46%
G=40.66%
B=36.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951721560.4500.090.33167.5331.6952.35
Hex5FAC9C2D0921a82034
Octal13725423455011412504064
Binary101111110101100100111001011010100110000110101000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FAC9C; }

 p { color: rgb(95,172,156); }

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

<style>
 a { background-color: #5FAC9C; }

 a { background-color: rgb(95,172,156); }

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

<style>
 span { border-color: #5FAC9C; }

 span { border-color: rgb(95,172,156); }

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