#5fa98f

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

Shades of Keppel #5FA98F

Tints of Keppel #5FA98F

Color information

#5FA98F (or 0x5FA98F) is unknown color: approx Keppel. HEX triplet: 5F, A9 and 8F. RGB value is (95,169,143). Sum of RGB (Red+Green+Blue) = 95+169+143=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA98F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA98F is #A05670. Grayscale: #8F8F8F. Windows color (decimal): -10507889 or 9415007. OLE color: 9415007.

HSL color Cylindrical-coordinate representation of color #5FA98F: hue angle of 158.92º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA98F is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB95169143-
CMYK0.4400.150.34
HSL158.92º30.08%51.76%-
HSV(B)158.92º43.79%66.27%-
XYZ23.8732.7931.06-
YUV143.91127.4893.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.34%
GREEN value IS 169 (66.41% from 255) = 41.52%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=23.34%
G=41.52%
B=35.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal951691430.4400.150.34158.9230.0851.76
Hex5FA98F2C0F229f1e34
Octal13725121754017422373664
Binary10111111010100110001111101100011111000101001111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fa98f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,169,143); }

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

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

 a { background-color: rgb(95,169,143); }

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

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

 span { border-color: rgb(95,169,143); }

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