#5FAC90

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

Shades of Keppel #5FAC90

Tints of Keppel #5FAC90

Color information

#5FAC90 (or 0x5FAC90) is unknown color: approx Keppel. HEX triplet: 5F, AC and 90. RGB value is (95,172,144). Sum of RGB (Red+Green+Blue) = 95+172+144=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAC90 is #A0536F. Grayscale: #919191. Windows color (decimal): -10507120 or 9481311. OLE color: 9481311.

HSL color Cylindrical-coordinate representation of color #5FAC90: hue angle of 158.18º 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 #5FAC90 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB95172144-
CMYK0.4500.160.33
HSL158.18º31.69%52.35%-
HSV(B)158.18º44.77%67.45%-
XYZ24.5133.9531.65-
YUV145.78126.9991.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.11%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=23.11%
G=41.85%
B=35.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951721440.4500.160.33158.1831.6952.35
Hex5FAC902D010219e2034
Octal13725422055020412364064
Binary1011111101011001001000010110101000010000110011110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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