#5fbf9d

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

Shades of Keppel #5FBF9D

Tints of Keppel #5FBF9D

Color information

#5FBF9D (or 0x5FBF9D) is unknown color: approx Keppel. HEX triplet: 5F, BF and 9D. RGB value is (95,191,157). Sum of RGB (Red+Green+Blue) = 95+191+157=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBF9D is #A04062. Grayscale: #9E9E9E. Windows color (decimal): -10502243 or 10338143. OLE color: 10338143.

HSL color Cylindrical-coordinate representation of color #5FBF9D: hue angle of 158.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBF9D is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB95191157-
CMYK0.5000.180.25
HSL158.75º42.86%56.08%-
HSV(B)158.75º50.26%74.9%-
XYZ29.4442.1338.48-
YUV158.42127.282.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.44%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=21.44%
G=43.12%
B=35.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951911570.5000.180.25158.7542.8656.08
Hex5FBF9D32012199f2b38
Octal13727723562022312375370
Binary101111110111111100111011100100100101100110011111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fbf9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,191,157); }

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

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

 a { background-color: rgb(95,191,157); }

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

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

 span { border-color: rgb(95,191,157); }

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